aboutsummaryrefslogtreecommitdiffstats
path: root/proto_hier_stats.c
Commit message (Collapse)AuthorAgeFilesLines
* Give the code that computes protocol statistics a progress dialog box,Guy Harris2001-03-241-10/+69
| | | | | | | | | | | | | | | as, on a large capture, it could take a significant amount of time. Let the user stop the computation and, if they do, don't pop up the statistics dialog box. Create a new header file declaring the routines to create, update, and destroy progress dialog boxes; those routines' APIs don't depend on GTK+, but others declared in "ui_util.h" do, and we don't want to oblige a source file to depend on GTK+ headers unless it uses a GTK+ API or an API that depends on GTK+. svn path=/trunk/; revision=3179
* Routines called by "g_node_traverse()" are supposed to return TRUE ifGuy Harris2001-03-231-1/+2
| | | | | | | the traversal is supposed to stop when the routine returns and FALSE otherwise. svn path=/trunk/; revision=3174
* Add a new tool which summarizes packet counts by protocols, butGilbert Ramirez2001-03-221-0/+203
organizes the protocols in the same hierarchical order in which they are found in the packet. The GUI needs some more refinement (placment of vertical scrollbar, style of GtkCTree, initial sizing of window). I need to add an option to honor/not honor the current display filter. svn path=/trunk/; revision=3162