Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal 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:51:47 -0600 (CST)
guy         1999/12/04 02:51:45 CST

  Modified files:
    .                    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.132     +2 -2      ethereal/file.c