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

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 15 Aug 1999 14:18:53 -0500 (CDT)
guy         1999/08/15 14:18:50 CDT

  Modified files:
    .                    ethereal.c file.c capture.c file.h 
  Log:
  Don't preserve the read filter from file to file - you won't necessarily
  want to read the next file with the same filter that you used on the
  last file.
  
  In the "File/Open" dialog box, parse the read filter before trying to
  open the file, and if the parse fails, leave the dialog box up so the
  user still has the filter and file name around and can try to fix the
  problem.
  
  Keep the compiled read filter attached to the "capture_file" structure,
  so you don't have to reparse it on a "File/Reload".
  
  Revision  Changes    Path
  1.90      +53 -27    ethereal/ethereal.c
  1.73      +15 -25    ethereal/file.c
  1.50      +10 -5     ethereal/capture.c
  1.36      +3 -3      ethereal/file.h