aboutsummaryrefslogtreecommitdiffstats
path: root/tap-rpcstat.c
Commit message (Expand)AuthorAgeFilesLines
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-1/+1
* More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-031-2/+1
* Use G_GINT64_MODIFIER rather than PRI[duox]64 to print gint64's andGuy Harris2007-12-061-1/+1
* Wireshark now requires support for 64-bit types so there's no need to #ifdefJeff Morriss2007-04-161-7/+2
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-11/+11
* Ethereal->WiresharkAnders Broman2006-05-281-13/+13
* ethereal->wireshark updatesRonnie Sahlberg2006-05-221-2/+2
* 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
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-6/+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
* Squelch more const warnings (and fix some memory leaks that found).Guy Harris2005-08-061-2/+2
* Constify some variables, functions, and structure members to squelchGuy Harris2005-07-291-1/+1
* Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris2005-07-241-1/+1
* Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris2005-04-011-1/+1
* change nmake makefiles in /trunk and /trunk/epan so thatLars Roland2005-02-131-4/+0
* As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris2005-01-011-2/+2
* Make the tone of the error messages a bit less formal, by usingGuy Harris2004-12-291-1/+1
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris2004-05-091-1/+5
* Fix comments to correctly refer to the "-z" option.Guy Harris2003-11-271-2/+2
* From Michael Lum: fix the usage message to refer to "-z", not "-Z".Guy Harris2003-11-271-2/+2
* fix to various stats tables.Ronnie Sahlberg2003-09-031-5/+4
* Make "register_tap_listener()" return NULL on success and a "GString *"Guy Harris2003-04-231-4/+7
* Allow taps to have menu item registration routines; the menu itemGuy Harris2003-04-231-2/+2
* Fix for small bug that crashed tethereal if a tap filter was applied and teth...Ronnie Sahlberg2002-11-011-2/+2
* From Ronnie Sahlberg: have a registration interface for tap listeners,Guy Harris2002-10-311-10/+32
* From Ronnie Sahlberg: pass a pointer to the epan_dissect_t for a packetGuy Harris2002-10-231-2/+2
* Update tethereal to put the filter string in the statistics table for RPC_STAT.Ronnie Sahlberg2002-09-271-2/+10
* Updated RPCSTAT for tethereal. The command now takes a filter string as an ...Ronnie Sahlberg2002-09-261-12/+7
* Tap api. tap is a simple api that can be used for arbitrary extensions.Ronnie Sahlberg2002-09-041-0/+338