Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap file.c netxray.c netxray.h wtap.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Nathan Neulinger <nneul@xxxxxxxxxxxx>
Date: Mon, 13 Dec 1999 19:13:06 -0600 (CST)
nneul       1999/12/13 19:13:04 CST

  Modified files:
    wiretap              file.c netxray.c netxray.h wtap.h 
  Log:
  Added support for writing netxray version 1.1 dumps.
  It's very basic, and doesn't write out the timestamps currently. It also
  only handles WTAP_ENCAP_ETHERNET, although it can probably do the others,
  but I don't have a good way to test them. This code has not yet been tested
  against a Sniffer Pro, although wiretap can read the files just fine.
  
  Revision  Changes    Path
  1.42      +2 -2      ethereal/wiretap/file.c
  1.17      +148 -1    ethereal/wiretap/netxray.c
  1.3       +3 -1      ethereal/wiretap/netxray.h
  1.59      +7 -1      ethereal/wiretap/wtap.h