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

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Thu, 5 Aug 1999 11:46:09 -0500 (CDT)
gram        1999/08/05 11:46:07 CDT

  Modified files:
    .                    ethereal.c file.c file.h 
  Log:
  Added a progress bar to the display filter computation. Unfortunately,
  try as I might, I couldn't get gtk_timeout_add to work. I read all the docs,
  but no luck. So for now I call dfilter_progress_cb for every 20 packets
  that are filtered. I'd rather have *something* for the next Ethereal
  release than nothing.
  
  I also modified file_progress_cb to use it's local copy of cf rather
  than the global copy.
  
  Revision  Changes    Path
  1.75      +3 -2      ethereal/ethereal.c
  1.56      +37 -2     ethereal/file.c
  1.25      +2 -1      ethereal/file.h