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: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 15 Aug 1999 01:59:10 -0500 (CDT)
guy         1999/08/15 01:59:07 CDT

  Modified files:
    .                    ethereal.c file.c file.h 
  Log:
  Have "wtap_open_offline()" return, on failure, an indication of the
  reason for the failure, and have it do the checks to make sure the file
  being opened is a plain file or a pipe.
  
  Have "open_cap_file()" make use of that.
  
  Don't automatically set "last_open_dir" if a "-r" flag was specified on
  the command line - do so only if the file in question could actually be
  opened.
  
  Revision  Changes    Path
  1.88      +8 -9      ethereal/ethereal.c
  1.71      +14 -37    ethereal/file.c
  1.35      +1 -14     ethereal/file.h