Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal AUTHORS file.c progress_dlg.h proto_hier_sta

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: Wed, 28 Aug 2002 05:07:36 -0500 (CDT)
guy         2002/08/28 05:07:36 CDT

  Modified files:
    .                    AUTHORS file.c progress_dlg.h 
                         proto_hier_stats.c 
  Log:
  From Ulf Lamping: extend the progress dialog box to give more progress
  information.
  
  Fix the types of some variables (make the file position in
  "read_cap_file()" a "long", as Wiretap supports "long" offsets, and make
  processed-packet counts in packet-processing loops "int"s, as the total
  packet count in a "capture_file" structure is an "int").
  
  Revision  Changes    Path
  1.584     +1 -0      ethereal/AUTHORS
  1.286     +60 -28    ethereal/file.c
  1.3       +14 -13    ethereal/progress_dlg.h
  1.15      +9 -5      ethereal/proto_hier_stats.c