aboutsummaryrefslogtreecommitdiffstats
path: root/proto_hier_stats.c
Commit message (Expand)AuthorAgeFilesLines
* Added "Apply as filter"/"Prepare a filter"/"Find frame"/"Colorize Protocol"Stig Bjørlykke2007-12-061-1/+0
* Include reassembled protocols, as this probably is the output the user wants.Stig Bjørlykke2007-12-031-8/+14
* Show the Display filter in Protocol Hierarchy Statistics.Stig Bjørlykke2007-11-301-0/+1
* Count stats for parent if encountering a field not related to a protocol.Stig Bjørlykke2007-11-291-16/+6
* Fix for bug #1325: Protocol hierarchy display shows an empty line because ofStephen Fisher2007-01-251-0/+9
* name changeRonnie Sahlberg2006-05-211-2/+2
* Allow a progress dialog to have "Stop" or "Cancel" as the "terminateGuy Harris2005-11-121-1/+1
* Fix uninitialized variable errors.Guy Harris2005-10-271-4/+6
* Check on every iteration of a loop whether to pop up a dialog box,Guy Harris2005-10-271-6/+11
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-8/+2
* add fix for bug 224Ronnie Sahlberg2005-06-291-2/+4
* fix #224: hierarchy stats had problems with the new generated toplevel desegm...Ulf Lamping2005-06-041-3/+9
* From Didier:Ronnie Sahlberg2005-04-071-3/+4
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* * 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