Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk proto_hier_stats_dlg.c proto_hier_stats_

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 22 Mar 2001 17:54:48 -0600 (CST)
gram        2001/03/22 17:54:48 CST

  Modified files:
    gtk                  Makefile.am Makefile.nmake menu.c 
  Added files:
    gtk                  proto_hier_stats_dlg.c 
                         proto_hier_stats_dlg.h 
  Log:
  Add a new tool which summarizes packet counts by protocols, but
  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.
  
  Revision  Changes    Path
  1.34      +3 -1      ethereal/gtk/Makefile.am
  1.18      +1 -0      ethereal/gtk/Makefile.nmake
  1.50      +4 -1      ethereal/gtk/menu.c