aboutsummaryrefslogtreecommitdiffstats
path: root/tap-protohierstat.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary include: register.hJeff Morriss2010-09-231-1/+0
* Add PNODE_FINFO. We've been using PITEM_FINFO on proto_node's. This works bec...Kovarththanan Rajaratnam2009-08-091-3/+3
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-9/+3
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-311-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
* Change bytes counters to 64 bits and use the PRI macros to print them.Jeff Morriss2007-04-181-6/+6
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-3/+3
* Ethereal->WiresharkAnders Broman2006-05-281-3/+3
* 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
* fix the phs tap so it does not write beyond the end of the string (which sits...Ronnie Sahlberg2005-10-121-4/+10
* 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 a bunch of structure members and function arguments, to squelchGuy Harris2005-06-241-1/+1
* Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris2005-04-011-1/+1
* As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris2005-01-011-1/+1
* 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
* Don't use GNodes for the protocol tree, put the sibling pointer, andGuy Harris2003-12-041-3/+3
* The "ptr_u" unions no longer have a "next" pointer - they now just haveGuy Harris2003-12-031-6/+6
* Make the recent epan/proto.{c,h} change compile.Guy Harris2003-11-241-6/+6
* 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
* New tap extension for tethereal : ProtocolHierarchyStatistics.Ronnie Sahlberg2002-11-011-0/+217