Add Winsock AF_ values to epan/aftypes.h; the DirectPlay and ActiveSync
[metze/wireshark/wip.git] / tap-iostat.c
2008-03-02 Stig BjørlykkeRewrote to use g_strlcpy and g_strlcat.
2008-02-03 Stig BjørlykkeMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2008-01-24 Stig BjørlykkeFixed some malloc -> g_malloc, free -> g_free, strdup...
2007-03-21 Ulf Lampingfix MSVC warnings of / and set CFLAGS to block new...
2007-01-18 Martin MathiesonAdd separate union entries to fvalue.value for signed...
2006-05-31 Gerald CombsTethereal/tethereal -> TShark/tshark.
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Ronnie Sahlbergname change
2006-02-11 Luis Ontanon add an userdata argument to register_stat_cmd_arg...
2005-10-27 Guy HarrisMake the processing of "-z" arguments in the Tethereal...
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 Jörg MayerLast set of char -> const char trivial warning fixes.
2005-08-06 Guy HarrisSquelch more const warnings (and fix some memory leaks...
2005-04-01 Guy HarrisRename "register_ethereal_tap()" to "register_tap_liste...
2005-01-01 Guy HarrisFix the signature of "iostat_packet()" - the pointer...
2005-01-01 Guy HarrisMake the signatures of functions passed to "register_ta...
2004-09-29 Guy HarrisMove the tap infrastructure to the epan directory.
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2003-12-02 Guy HarrisFrom Didier Gautheron: put an "fvalue_t" structure...
2003-04-29 Ronnie SahlbergFix display bug for interval. Interval was displayed...
2003-04-24 Ronnie SahlbergUpdate to io-stat for tethereal.
2003-04-23 Guy HarrisMake "register_tap_listener()" return NULL on success...
2003-04-23 Guy HarrisAllow taps to have menu item registration routines...
2003-04-22 Ronnie SahlbergUpdate to the io,stat tethereal tap.
2002-11-15 Ronnie SahlbergGtk1 version of io-stat
2002-11-01 Guy HarrisUse "strchr()", not "index()"; MSVC++ doesn't declare...
2002-11-01 Ronnie SahlbergNew tap for tethereal: io statistics that provides...