aboutsummaryrefslogtreecommitdiffstats
path: root/tap-iostat.c
Commit message (Expand)AuthorAgeFilesLines
* 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