aboutsummaryrefslogtreecommitdiffstats
path: root/proto_hier_stats.c
AgeCommit message (Collapse)AuthorFilesLines
2001-06-19More signed vs. unsigned cleanups, and initialization cleanups, fromGuy Harris1-2/+2
Joerg Mayer. svn path=/trunk/; revision=3578
2001-03-24Give the code that computes protocol statistics a progress dialog box,Guy Harris1-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
2001-03-23Routines called by "g_node_traverse()" are supposed to return TRUE ifGuy Harris1-1/+2
the traversal is supposed to stop when the routine returns and FALSE otherwise. svn path=/trunk/; revision=3174
2001-03-22Add a new tool which summarizes packet counts by protocols, butGilbert Ramirez1-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