Move gtk to ui/gtk.
[metze/wireshark/wip.git] / tap-rpcstat.c
2011-04-05 Chris MaynardFix a few more typos and reformat some of the comments.
2011-04-04 Chris MaynardFix some typos.
2011-03-23 Chris MaynardFrom: wireshark.org/lists/wireshark-dev/201103/msg00157...
2011-01-14 Chris MaynardFrom Cal Turney via bug 4964: Round & display 6 decimal...
2010-12-06 Bill MeierFix various typos and spelling errors.
2010-09-23 Jeff MorrissRemove unnecessary include: register.h
2009-06-05 Guy HarrisHave tap listeners specify whether the "packet" routine...
2008-02-03 Stig BjørlykkeMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2007-12-06 Guy HarrisUse G_GINT64_MODIFIER rather than PRI[duox]64 to print...
2007-04-16 Jeff MorrissWireshark now requires support for 64-bit types so...
2006-05-31 Gerald CombsTethereal/tethereal -> TShark/tshark.
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-22 Ronnie Sahlbergethereal->wireshark updates
2006-05-21 Ronnie Sahlbergname change
2006-02-11 Luis Ontanon add an userdata argument to register_stat_cmd_arg...
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-20 Guy HarrisRename epan/stat.[ch] to epan/stat_cmd_args.[ch] -...
2005-08-19 Guy HarrisMove the stats.[ch] stuff into epan, so plugins can...
2005-08-19 Guy HarrisMove the APIs for registering and processing "-z" comma...
2005-08-06 Guy HarrisSquelch more const warnings (and fix some memory leaks...
2005-07-29 Guy HarrisConstify some variables, functions, and structure membe...
2005-07-24 Guy HarrisConstify to remove a bunch of warnings. Add some casts...
2005-04-01 Guy HarrisRename "register_ethereal_tap()" to "register_tap_liste...
2005-02-13 Lars Rolandchange nmake makefiles in /trunk and /trunk/epan so...
2005-01-01 Guy HarrisAs we've made the tap_specific_data field of a tap_pack...
2004-12-29 Guy HarrisMake the tone of the error messages a bit less formal...
2004-09-29 Guy HarrisMove the tap infrastructure to the epan directory.
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-05-09 Guy HarrisFrom Lars Roland: add support for building a libetherea...
2003-11-27 Guy HarrisFix comments to correctly refer to the "-z" option.
2003-11-27 Guy HarrisFrom Michael Lum: fix the usage message to refer to...
2003-09-03 Ronnie Sahlbergfix to various stats tables.
2003-04-23 Guy HarrisMake "register_tap_listener()" return NULL on success...
2003-04-23 Guy HarrisAllow taps to have menu item registration routines...
2002-11-01 Ronnie SahlbergFix for small bug that crashed tethereal if a tap filte...
2002-10-31 Guy HarrisFrom Ronnie Sahlberg: have a registration interface...
2002-10-23 Guy HarrisFrom Ronnie Sahlberg: pass a pointer to the epan_dissec...
2002-09-27 Ronnie SahlbergUpdate tethereal to put the filter string in the statis...
2002-09-26 Ronnie SahlbergUpdated RPCSTAT for tethereal. The command now takes...
2002-09-04 Ronnie SahlbergTap api. tap is a simple api that can be used for arbit...