aboutsummaryrefslogtreecommitdiffstats
path: root/tap-iousers.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-11As long as we have an IPv6 tap, we might as well add a "conv,ipv6"Guy Harris1-0/+65
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-34/+34
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-2/+2
2009-05-20From Jakub Zawadzki via bug 3421:Gerald Combs1-1/+1
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-05-13Fix some of the Errors/warnings detected by checkapi.Anders Broman1-19/+19
2007-12-05Use G_GINT64_MODIFIER to print gint64's and guint64's.Guy Harris1-1/+1
2007-04-18Change bytes counters to 64 bits and use the PRI macros to print them.Jeff Morriss1-14/+14
2006-10-11move the ITL and the ITLQ structure to packet-scsi.h where it belongsRonnie Sahlberg1-0/+1
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-2/+2
2006-05-28Ethereal->WiresharkAnders Broman1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-21updates to get the fc and scsi dissectorsRonnie Sahlberg1-0/+1
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+1
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon1-2/+2
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-2/+2
2005-08-08various code cleanup:Ulf Lamping1-24/+24
2005-08-06Squelch more const warnings (and fix some memory leaks that found).Guy Harris1-2/+2
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-2/+2
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris1-1/+1
2005-03-20From Oleg Terletsky: Support for SCTP chunk counters. Modified to handle bun...Michael Tüxen1-0/+70
2005-01-01Make the signatures of functions passed to "register_tap_listener()"Guy Harris1-26/+34
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-8/+8
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2003-09-05Update to the tethereal conversation listRonnie Sahlberg1-3/+21
2003-09-04Update to the conversations list.Ronnie Sahlberg1-29/+29
2003-08-29Add endpoint talkers support for FDDI to ethereal and tetherealRonnie Sahlberg1-1/+59
2003-08-25Use "XXX Talkers", rather than "IO-USERS Statistics" and "Type:xxx", asGuy Harris1-5/+11
2003-08-24Update for the tethereal talkers to amke it support IPX.Ronnie Sahlberg1-1/+58
2003-08-24Add support for Fibre Channel talker statistics for tethereal.Ronnie Sahlberg1-1/+58
2003-08-24Update manpage for ethereal.Ronnie Sahlberg1-60/+41
2003-08-23New feature. Statistics/EndpointTalkjers can now present a sortable table wi...Ronnie Sahlberg1-71/+62
2003-05-19Fix a -z io,users,ip calculations bug.Ronnie Sahlberg1-2/+2
2003-04-23Make "register_tap_listener()" return NULL on success and a "GString *"Guy Harris1-3/+7
2003-04-23Allow taps to have menu item registration routines; the menu itemGuy Harris1-2/+2
2003-03-03Added tap functionality to UDPRonnie Sahlberg1-1/+71
2003-03-03Update for tethereal -z io,users, top talkers :Ronnie Sahlberg1-1/+73
2003-01-22Include <epan/resolv.h> to declare "get_hostname()".Guy Harris1-3/+4
2003-01-22TopTalkers feature for Ethernet/IP/TokenRingRonnie Sahlberg1-0/+321