Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal editcap.c

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 15:43:03 -0600 (CST)
guy         1999/12/04 15:43:00 CST

  Modified files:
    .                    editcap.c 
  Log:
  It's now called "editcap", as it can read any file format Wiretap can
  read, and write any format it can write; change the error messages.
  
  Make the "-F" flag take a symbolic capture file type; use
  "wtap_short_string_to_file_type()" to translate it to a WTAP_FILE_
  value.
  
  List, in the usage message, the capture file types we can write, and the
  symbolic types you use on the command line to specify them.
  
  Give it an RCS ID.
  
  Revision  Changes    Path
  1.2       +22 -9     ethereal/editcap.c