aboutsummaryrefslogtreecommitdiffstats
path: root/proto_hier_stats.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-19Pass {delayed_}create_progress_dlg a pointer the top level windowgerald1-1/+2
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toguy1-1/+1
2011-04-27Create a new frame_data_sequence data type; it represents a denseguy1-1/+1
2011-04-25Store the frame_data structures in a tree, rather than a linked list. guy1-1/+4
2010-08-13Get rid of some no-longer-necessary includes of simple_dialog.h (nowguy1-1/+0
2010-08-13Instead of using a Boolean for the search direction, use an enum, soguy1-6/+1
2010-05-26From Jakub Zawadzki:etxrab1-2/+1
2010-03-27Squelch some compiler warnings.guy1-1/+1
2009-09-21Rename capture_file.plist to capture_file.plist_start to make it consistent w...krj1-3/+3
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-0/+2
2009-08-21Also fake empty field_info's by gracefully handling NULL field_info pointer e...krj1-1/+2
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...krj1-6/+6
2009-08-11TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default. If there are any use...krj1-0/+2
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.krj1-1/+1
2009-08-09Add PNODE_FINFO. We've been using PITEM_FINFO on proto_node's. This works bec...krj1-1/+1
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedguy1-1/+1
2007-12-06Added "Apply as filter"/"Prepare a filter"/"Find frame"/"Colorize Protocol"stig1-1/+0
2007-12-03Include reassembled protocols, as this probably is the output the user wants.stig1-8/+14
2007-11-30Show the Display filter in Protocol Hierarchy Statistics.stig1-0/+1
2007-11-29Count stats for parent if encountering a field not related to a protocol.stig1-16/+6
2007-01-25Fix for bug #1325: Protocol hierarchy display shows an empty line because ofsfisher1-0/+9
2006-05-21name changesahlberg1-2/+2
2005-11-12Allow a progress dialog to have "Stop" or "Cancel" as the "terminateguy1-1/+1
2005-10-27Fix uninitialized variable errors.guy1-4/+6
2005-10-27Check on every iteration of a loop whether to pop up a dialog box,guy1-6/+11
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-8/+2
2005-06-29add fix for bug 224sahlberg1-2/+4
2005-06-04fix #224: hierarchy stats had problems with the new generated toplevel desegm...ulfl1-3/+9
2005-04-07From Didier:sahlberg1-3/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-03-17* Protocol Hierarchy Statistics:deniel1-3/+27
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toguy1-2/+2
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toulfl1-2/+2
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-3/+4
2004-01-21The progressbar had a parameter to specify the text of the Cancel/Stop button.ulfl1-2/+2
2004-01-09We don't need to keep the progress bar quantum or next step in theguy1-5/+7
2003-12-04Don't use GNodes for the protocol tree, put the sibling pointer, andguy1-7/+7
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveguy1-3/+3
2003-11-24Make the recent epan/proto.{c,h} change compile.guy1-3/+3
2003-09-03Check for "wtap_seek_read()" failing.guy1-6/+20
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-2/+2
2002-08-28From Ulf Lamping: extend the progress dialog box to give more progressguy1-5/+9
2002-07-30From Graeme Hewson:guy1-15/+24
2002-03-31From Joerg Mayer: mark function arguments as unused.guy1-2/+2
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeguy1-4/+5
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2002-01-02A proper fix for pulling the header_field_info* from a stat_node.gram1-15/+18
2001-12-31Fix a pointer error in find_stat_node.gerald1-2/+2
2001-12-18Provide for per-protocol-tree data in the proto_tree code.gram1-10/+12