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

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:23 -0600 (CST)
guy         2001/03/23 20:07:23 CST

  Modified files:
    gtk                  progress_dlg.c proto_hier_stats_dlg.c 
  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.9       +2 -2      ethereal/gtk/progress_dlg.c
  1.2       +13 -7     ethereal/gtk/proto_hier_stats_dlg.c