Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal progress_dlg.h Makefile.am file.c proto_hier

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 23 Mar 2001 20:07:21 -0600 (CST)
guy         2001/03/23 20:07:21 CST

  Modified files:
    .                    Makefile.am file.c proto_hier_stats.c 
                         ui_util.h 
  Added files:
    .                    progress_dlg.h 
  Log:
  Give the code that computes protocol statistics a progress dialog box,
  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+.
  
  Revision  Changes    Path
  1.296     +2 -1      ethereal/Makefile.am
  1.234     +2 -1      ethereal/file.c
  1.3       +69 -10    ethereal/proto_hier_stats.c
  1.7       +1 -33     ethereal/ui_util.h