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 02:52:04 -0600 (CST)
guy         1999/12/04 02:51:57 CST

  Modified files:
    wiretap              wtap.h file.c 
  Log:
  More infrastructure changes for Ethereal - make
  "wtap_file_type_string()" take, as its argument, a file type, rather
  than a "wtap *".
  
  Fix some range checks of file types to check against WTAP_NUM_FILE_TYPES
  rather than WTAP_NUM_ENCAP_TYPES.
  
  Revision  Changes    Path
  1.53      +2 -2      ethereal/wiretap/wtap.h
  1.34      +8 -8      ethereal/wiretap/file.c