Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap iptrace.c libpcap.c netmon.c netxray

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 9 Jan 2003 22:04:44 -0600 (CST)
guy         2003/01/09 22:04:44 CST

  Modified files:
    wiretap              iptrace.c libpcap.c netmon.c netxray.c 
                         ngsniffer.c snoop.c wtap.h 
  Log:
  The Sniffer file formats include a file to identify raw cells; export
  that flag in the ATM pseudo-header, and use it to determine whether a
  frame is a raw cell or a reassembled frame, rather than using the AAL,
  as you can have raw AAL5 cells in a capture.
  
  Revision  Changes    Path
  1.47      +2 -1      ethereal/wiretap/iptrace.c
  1.90      +2 -1      ethereal/wiretap/libpcap.c
  1.64      +2 -1      ethereal/wiretap/netmon.c
  1.74      +7 -1      ethereal/wiretap/netxray.c
  1.104     +10 -1     ethereal/wiretap/ngsniffer.c
  1.61      +2 -1      ethereal/wiretap/snoop.c
  1.132     +7 -1      ethereal/wiretap/wtap.h