Add a generated field for the number of NACKs in an AM status PDU.
[obnox/wireshark/wip.git] / tap-iostat.c
2011-06-06 etxrabMake the windows builds work again.
2011-06-06 sahlbergAdd support for LOAD() calculations to tshark too just...
2011-06-05 etxrabFrom Cal Turney:
2011-05-04 darkjamesCleanup: g_malloc can't return NULL, remove checks...
2010-11-17 cmaynardAllow <interval> to be successfully sscanf'd no matter...
2010-09-23 morrissRemove unnecessary include: register.h
2010-03-26 guyPrint 32-bit counters with the right format.
2010-03-26 guyIf we have more than 4294967295 items, we have a real...
2010-03-26 morrissUse one space and a larger printf field width instead...
2010-03-26 morrissUse 64-bit counters throughout. This fixes https:...
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2009-10-19 stigMade some functions static.
2009-08-05 geraldSquelch a couple of Clang Static Analyzer warnings.
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2009-03-12 sakeAs suggested on wireshark-users, when using io,stat...
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...