aboutsummaryrefslogtreecommitdiffstats
path: root/proto_hier_stats.c
Commit message (Expand)AuthorAgeFilesLines
* * Protocol Hierarchy Statistics:Laurent Deniel2004-03-171-3/+27
* Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris2004-01-311-2/+2
* renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping2004-01-311-2/+2
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-3/+4
* The progressbar had a parameter to specify the text of the Cancel/Stop button.Ulf Lamping2004-01-211-2/+2
* We don't need to keep the progress bar quantum or next step in theGuy Harris2004-01-091-5/+7
* Don't use GNodes for the protocol tree, put the sibling pointer, andGuy Harris2003-12-041-7/+7
* The "ptr_u" unions no longer have a "next" pointer - they now just haveGuy Harris2003-12-031-3/+3
* Make the recent epan/proto.{c,h} change compile.Guy Harris2003-11-241-3/+3
* Check for "wtap_seek_read()" failing.Guy Harris2003-09-031-6/+20
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-2/+2
* From Ulf Lamping: extend the progress dialog box to give more progressGuy Harris2002-08-281-5/+9
* From Graeme Hewson:Guy Harris2002-07-301-15/+24
* From Joerg Mayer: mark function arguments as unused.Guy Harris2002-03-311-2/+2
* Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris2002-03-051-4/+5
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* A proper fix for pulling the header_field_info* from a stat_node.Gilbert Ramirez2002-01-021-15/+18
* Fix a pointer error in find_stat_node.Gerald Combs2001-12-311-2/+2
* Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez2001-12-181-10/+12
* Add an extra argument to "epan_dissect_new()" that indicates whether theGuy Harris2001-12-161-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-6/+5
* Remove proto_tree from capture_file and PacketWinData, since theyGilbert Ramirez2001-12-061-7/+3
* More signed vs. unsigned cleanups, and initialization cleanups, fromGuy Harris2001-06-191-2/+2
* Give the code that computes protocol statistics a progress dialog box,Guy Harris2001-03-241-10/+69
* Routines called by "g_node_traverse()" are supposed to return TRUE ifGuy Harris2001-03-231-1/+2
* Add a new tool which summarizes packet counts by protocols, butGilbert Ramirez2001-03-221-0/+203