Make infiniband plugin compile.
[obnox/wireshark/wip.git] / tap-iostat.c
2008-03-02 stigRewrote to use g_strlcpy and g_strlcat.
2008-02-03 stigMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2008-01-24 stigFixed some malloc -> g_malloc, free -> g_free, strdup...
2007-03-21 ulflfix MSVC warnings of / and set CFLAGS to block new...
2007-01-18 martinmAdd separate union entries to fvalue.value for signed...
2006-05-31 geraldTethereal/tethereal -> TShark/tshark.
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-02-11 lego add an userdata argument to register_stat_cmd_arg...
2005-10-27 guyMake the processing of "-z" arguments in the Tethereal...
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-20 guyRename epan/stat.[ch] to epan/stat_cmd_args.[ch] -...
2005-08-19 guyMove the stats.[ch] stuff into epan, so plugins can...
2005-08-19 guyMove the APIs for registering and processing "-z" comma...
2005-08-06 jmayerLast set of char -> const char trivial warning fixes.
2005-08-06 guySquelch more const warnings (and fix some memory leaks...
2005-04-01 guyRename "register_ethereal_tap()" to "register_tap_liste...
2005-01-01 guyFix the signature of "iostat_packet()" - the pointer...
2005-01-01 guyMake the signatures of functions passed to "register_ta...
2004-09-29 guyMove the tap infrastructure to the epan directory.
2004-07-18 guySet the svn:eol-style property on all text files to...
2003-12-02 guyFrom Didier Gautheron: put an "fvalue_t" structure...
2003-04-29 sahlbergFix display bug for interval. Interval was displayed...
2003-04-24 sahlbergUpdate to io-stat for tethereal.
2003-04-23 guyMake "register_tap_listener()" return NULL on success...
2003-04-23 guyAllow taps to have menu item registration routines...
2003-04-22 sahlbergUpdate to the io,stat tethereal tap.
2002-11-15 sahlbergGtk1 version of io-stat
2002-11-01 guyUse "strchr()", not "index()"; MSVC++ doesn't declare...
2002-11-01 sahlbergNew tap for tethereal: io statistics that provides...