Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal summary.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, 4 Dec 1999 02:59:20 -0600 (CST)
guy         1999/12/04 02:59:17 CST

  Modified files:
    .                    summary.c file.c file.h 
  Log:
  Now that "wtap_file_type_string()" takes a file type rather than a "wtap
  *" as an argument, there's no need to save the file type string in a
  "capture_file" structure - we save the file type, and can use that when
  generating the summary display.
  
  Revision  Changes    Path
  1.14      +3 -2      ethereal/summary.c
  1.133     +1 -2      ethereal/file.c
  1.59      +1 -2      ethereal/file.h