Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap wtap.h file.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:20:16 -0600 (CST)
guy         1999/12/04 15:20:13 CST

  Modified files:
    wiretap              wtap.h file.c 
  Log:
  Give those capture file formats we can write a "short name", to be used
  to, for example, specify on a command line the format that a program
  should write; provide a routine to translate a file type to its short
  name, and to translate a short name to the corresponding file type.
  
  Revision  Changes    Path
  1.54      +3 -1      ethereal/wiretap/wtap.h
  1.36      +42 -19    ethereal/wiretap/file.c