aboutsummaryrefslogtreecommitdiffstats
path: root/tap-iostat.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-1/+1
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris1-1/+1
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-1/+2
2005-08-06Last set of char -> const char trivial warning fixes.Jörg Mayer1-4/+4
2005-08-06Squelch more const warnings (and fix some memory leaks that found).Guy Harris1-3/+4
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris1-1/+1
2005-01-01Fix the signature of "iostat_packet()" - the pointer to data supplied byGuy Harris1-1/+1
2005-01-01Make the signatures of functions passed to "register_tap_listener()"Guy Harris1-4/+5
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"Guy Harris1-10/+10
2003-04-29Fix display bug for interval. Interval was displayed as seconds and not inRonnie Sahlberg1-3/+3
2003-04-24Update to io-stat for tethereal.Ronnie Sahlberg1-57/+388
2003-04-23Make "register_tap_listener()" return NULL on success and a "GString *"Guy Harris1-3/+8
2003-04-23Allow taps to have menu item registration routines; the menu itemGuy Harris1-2/+2
2003-04-22Update to the io,stat tethereal tap.Ronnie Sahlberg1-12/+22
2002-11-15Gtk1 version of io-statRonnie Sahlberg1-7/+1
2002-11-01Use "strchr()", not "index()"; MSVC++ doesn't declare "index()" orGuy Harris1-3/+3
2002-11-01New tap for tethereal: io statistics that provides frames/bytes counts for fr...Ronnie Sahlberg1-0/+313