Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal ethereal.c capture.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: Sat, 14 Aug 1999 20:02:32 -0500 (CDT)
guy         1999/08/14 20:02:29 CDT

  Modified files:
    .                    ethereal.c capture.c file.c file.h 
  Log:
  "read_cap_file()" doesn't need to be passed a file name as an argument -
  it's called after "open_cap_file()" has been called, and is always
  passed the file name passed to "open_cap_file()", and that file name is
  stored as "cf->filename", so "read_cap_file()" can just use
  "cf->filename" as the pathname of the file.
  
  Revision  Changes    Path
  1.87      +7 -7      ethereal/ethereal.c
  1.49      +2 -2      ethereal/capture.c
  1.70      +5 -5      ethereal/file.c
  1.34      +2 -2      ethereal/file.h