aboutsummaryrefslogtreecommitdiffstats
path: root/tap-iostat.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-08From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=637...cmaynard1-23/+136
2011-06-06Make the windows builds work again.etxrab1-1/+1
2011-06-06Add support for LOAD() calculations to tshark too just like I incorrectlysahlberg1-13/+61
2011-06-05From Cal Turney:etxrab1-78/+170
2011-05-04Cleanup: g_malloc can't return NULL, remove checks for them.darkjames1-4/+0
2010-11-17Allow <interval> to be successfully sscanf'd no matter the locale for thecmaynard1-2/+5
2010-09-23Remove unnecessary include: register.hmorriss1-1/+0
2010-03-26Print 32-bit counters with the right format.guy1-2/+2
2010-03-26If we have more than 4294967295 items, we have a real problem, as weguy1-4/+5
2010-03-26Use one space and a larger printf field width instead of many spaces and amorriss1-49/+49
2010-03-26Use 64-bit counters throughout. This fixes https://bugs.wireshark.org/bugzil...morriss1-45/+82
2010-01-29Fix various gcc -Wshadow warnings.wmeier1-4/+4
2009-10-19Made some functions static.stig1-1/+1
2009-08-05Squelch a couple of Clang Static Analyzer warnings.gerald1-1/+1
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-6/+4
2009-03-12As suggested on wireshark-users, when using io,stat in tshark, make ansake1-7/+20
2008-03-02Rewrote to use g_strlcpy and g_strlcat.stig1-2/+2
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).stig1-2/+1
2008-01-24Fixed some malloc -> g_malloc, free -> g_free, strdup -> g_strdup.stig1-3/+3
2007-03-21fix MSVC warnings of / and set CFLAGS to block new warningsulfl1-4/+4
2007-01-18Add separate union entries to fvalue.value for signed and unsignedmartinm1-7/+23
2006-05-31Tethereal/tethereal -> TShark/tshark.gerald1-10/+10
2006-05-28Ethereal->Wiresharketxrab1-10/+10
2006-05-21name changesahlberg1-2/+2
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...lego1-2/+2
2005-10-27Make the processing of "-z" arguments in the Tethereal I/O stat tap moreguy1-89/+102
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-1/+1
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withguy1-1/+1
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.guy1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsguy1-1/+2
2005-08-06Last set of char -> const char trivial warning fixes.jmayer1-4/+4
2005-08-06Squelch more const warnings (and fix some memory leaks that found).guy1-3/+4
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asguy1-1/+1
2005-01-01Fix the signature of "iostat_packet()" - the pointer to data supplied byguy1-1/+1
2005-01-01Make the signatures of functions passed to "register_tap_listener()"guy1-4/+5
2004-09-29Move the tap infrastructure to the epan directory.guy1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"guy1-10/+10
2003-04-29Fix display bug for interval. Interval was displayed as seconds and not insahlberg1-3/+3
2003-04-24Update to io-stat for tethereal.sahlberg1-57/+388
2003-04-23Make "register_tap_listener()" return NULL on success and a "GString *"guy1-3/+8
2003-04-23Allow taps to have menu item registration routines; the menu itemguy1-2/+2
2003-04-22Update to the io,stat tethereal tap.sahlberg1-12/+22
2002-11-15Gtk1 version of io-statsahlberg1-7/+1
2002-11-01Use "strchr()", not "index()"; MSVC++ doesn't declare "index()" orguy1-3/+3
2002-11-01New tap for tethereal: io statistics that provides frames/bytes counts for fr...sahlberg1-0/+313