aboutsummaryrefslogtreecommitdiffstats
path: root/proto_hier_stats.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-1/+1
2007-12-06Added "Apply as filter"/"Prepare a filter"/"Find frame"/"Colorize Protocol"Stig Bjørlykke1-1/+0
2007-12-03Include reassembled protocols, as this probably is the output the user wants.Stig Bjørlykke1-8/+14
2007-11-30Show the Display filter in Protocol Hierarchy Statistics.Stig Bjørlykke1-0/+1
2007-11-29Count stats for parent if encountering a field not related to a protocol.Stig Bjørlykke1-16/+6
2007-01-25Fix for bug #1325: Protocol hierarchy display shows an empty line because ofStephen Fisher1-0/+9
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-11-12Allow a progress dialog to have "Stop" or "Cancel" as the "terminateGuy Harris1-1/+1
2005-10-27Fix uninitialized variable errors.Guy Harris1-4/+6
2005-10-27Check on every iteration of a loop whether to pop up a dialog box,Guy Harris1-6/+11
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-8/+2
2005-06-29add fix for bug 224Ronnie Sahlberg1-2/+4
2005-06-04fix #224: hierarchy stats had problems with the new generated toplevel desegm...Ulf Lamping1-3/+9
2005-04-07From Didier:Ronnie Sahlberg1-3/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-03-17* Protocol Hierarchy Statistics:Laurent Deniel1-3/+27
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-2/+2
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping1-2/+2
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-3/+4
2004-01-21The progressbar had a parameter to specify the text of the Cancel/Stop button.Ulf Lamping1-2/+2
2004-01-09We don't need to keep the progress bar quantum or next step in theGuy Harris1-5/+7
2003-12-04Don't use GNodes for the protocol tree, put the sibling pointer, andGuy Harris1-7/+7
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveGuy Harris1-3/+3
2003-11-24Make the recent epan/proto.{c,h} change compile.Guy Harris1-3/+3
2003-09-03Check for "wtap_seek_read()" failing.Guy Harris1-6/+20
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-2/+2
2002-08-28From Ulf Lamping: extend the progress dialog box to give more progressGuy Harris1-5/+9
2002-07-30From Graeme Hewson:Guy Harris1-15/+24
2002-03-31From Joerg Mayer: mark function arguments as unused.Guy Harris1-2/+2
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-4/+5
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-02A proper fix for pulling the header_field_info* from a stat_node.Gilbert Ramirez1-15/+18
2001-12-31Fix a pointer error in find_stat_node.Gerald Combs1-2/+2
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-10/+12
2001-12-16Add an extra argument to "epan_dissect_new()" that indicates whether theGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-6/+5
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theyGilbert Ramirez1-7/+3
2001-06-19More signed vs. unsigned cleanups, and initialization cleanups, fromGuy Harris1-2/+2
2001-03-24Give the code that computes protocol statistics a progress dialog box,Guy Harris1-10/+69
2001-03-23Routines called by "g_node_traverse()" are supposed to return TRUE ifGuy Harris1-1/+2
2001-03-22Add a new tool which summarizes packet counts by protocols, butGilbert Ramirez1-0/+203