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