Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap iptrace.c libpcap.c netmon.c netxray
guy 2003/01/03 00:45:47 CST
Modified files:
wiretap iptrace.c libpcap.c netmon.c netxray.c
ngsniffer.c snoop.c wtap.c wtap.h
Log:
Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not just
used for the DOS-based ATM Sniffer. (That's not a great name, but I
couldn't think of a better one.)
Add a new WTAP_ENCAP_ATM_PDUS_UNTRUNCATED encapsulation type for capture
files where reassembled frames don't have trailers, such as the AAL5
trailer, chopped off. That's what at least some versions of the
Windows-based ATM Sniffer appear to have.
Map the ATM capture file type for NetXRay captures to
WTAP_ENCAP_ATM_PDUS_UNTRUNCATED, and put in stuff to fill in what we've
reverse-engineered, so far, for the pseudo-header; there's more that
needs to be done on it, e.g. getting the channel, AAL type, and traffic
type (or inferring them if they're not in the packet header).
Revision Changes Path
1.46 +6 -6 ethereal/wiretap/iptrace.c
1.87 +9 -9 ethereal/wiretap/libpcap.c
1.62 +9 -9 ethereal/wiretap/netmon.c
1.64 +20 -8 ethereal/wiretap/netxray.c
1.96 +4 -4 ethereal/wiretap/ngsniffer.c
1.59 +9 -9 ethereal/wiretap/snoop.c
1.76 +6 -3 ethereal/wiretap/wtap.c
1.128 +23 -22 ethereal/wiretap/wtap.h