Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap file.c netxray.c wtap.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, 24 Jun 2000 00:33:00 -0500 (CDT)
guy         2000/06/24 00:32:55 CDT

  Modified files:
    wiretap              file.c netxray.c wtap.h 
  Log:
  Joerg Mayer's changes to add support for NetXRay file format version
  2.002, as used by release 3.50 of the Network Associates Sniffer for
  Windows; currently, we treat it just like the 2.001 version, so we
  rename the version #define WTAP_FILE_NETXRAY_2_001 to
  WTAP_FILE_NETXRAY_2_00x and use that for both 2.001 and 2.002.
  
  Revision  Changes    Path
  1.54      +3 -3      ethereal/wiretap/file.c
  1.29      +8 -3      ethereal/wiretap/netxray.c
  1.73      +2 -2      ethereal/wiretap/wtap.h