aboutsummaryrefslogtreecommitdiffstats
path: root/tap-iostat.c
Commit message (Expand)AuthorAgeFilesLines
* Make the windows builds work again.Anders Broman2011-06-061-1/+1
* Add support for LOAD() calculations to tshark too just like I incorrectlyRonnie Sahlberg2011-06-061-13/+61
* From Cal Turney:Anders Broman2011-06-051-78/+170
* Cleanup: g_malloc can't return NULL, remove checks for them.Jakub Zawadzki2011-05-041-4/+0
* Allow <interval> to be successfully sscanf'd no matter the locale for theChris Maynard2010-11-171-2/+5
* Remove unnecessary include: register.hJeff Morriss2010-09-231-1/+0
* Print 32-bit counters with the right format.Guy Harris2010-03-261-2/+2
* If we have more than 4294967295 items, we have a real problem, as weGuy Harris2010-03-261-4/+5
* Use one space and a larger printf field width instead of many spaces and aJeff Morriss2010-03-261-49/+49
* Use 64-bit counters throughout. This fixes https://bugs.wireshark.org/bugzil...Jeff Morriss2010-03-261-45/+82
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-291-4/+4
* Made some functions static.Stig Bjørlykke2009-10-191-1/+1
* Squelch a couple of Clang Static Analyzer warnings.Gerald Combs2009-08-051-1/+1
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-6/+4
* As suggested on wireshark-users, when using io,stat in tshark, make anSake Blok2009-03-121-7/+20
* Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke2008-03-021-2/+2
* More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-031-2/+1
* Fixed some malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke2008-01-241-3/+3
* fix MSVC warnings of / and set CFLAGS to block new warningsUlf Lamping2007-03-211-4/+4
* Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson2007-01-181-7/+23
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-10/+10
* Ethereal->WiresharkAnders Broman2006-05-281-10/+10
* name changeRonnie Sahlberg2006-05-211-2/+2
* add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon2006-02-111-2/+2
* Make the processing of "-z" arguments in the Tethereal I/O stat tap moreGuy Harris2005-10-271-89/+102
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-1/+1
* Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris2005-08-201-1/+1
* Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris2005-08-191-1/+1
* Move the APIs for registering and processing "-z" command-line argumentsGuy Harris2005-08-191-1/+2
* Last set of char -> const char trivial warning fixes.Jörg Mayer2005-08-061-4/+4
* Squelch more const warnings (and fix some memory leaks that found).Guy Harris2005-08-061-3/+4
* Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris2005-04-011-1/+1
* Fix the signature of "iostat_packet()" - the pointer to data supplied byGuy Harris2005-01-011-1/+1
* Make the signatures of functions passed to "register_tap_listener()"Guy Harris2005-01-011-4/+5
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* From Didier Gautheron: put an "fvalue_t" structure into a "field_info"Guy Harris2003-12-021-10/+10
* Fix display bug for interval. Interval was displayed as seconds and not inRonnie Sahlberg2003-04-291-3/+3
* Update to io-stat for tethereal.Ronnie Sahlberg2003-04-241-57/+388
* Make "register_tap_listener()" return NULL on success and a "GString *"Guy Harris2003-04-231-3/+8
* Allow taps to have menu item registration routines; the menu itemGuy Harris2003-04-231-2/+2
* Update to the io,stat tethereal tap.Ronnie Sahlberg2003-04-221-12/+22
* Gtk1 version of io-statRonnie Sahlberg2002-11-151-7/+1
* Use "strchr()", not "index()"; MSVC++ doesn't declare "index()" orGuy Harris2002-11-011-3/+3
* New tap for tethereal: io statistics that provides frames/bytes counts for fr...Ronnie Sahlberg2002-11-011-0/+313