CVS log entries from 23.09.2001 (Sun) 09:05:38 - 24.09.2001 (Mon) 09:05:43 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
        File: tcpdump/print-cip.c; Revisions: 1.16
        File: libpcap/pcap-linux.c; Revisions: 1.67
        File: tcpdump/print-llc.c; Revisions: 1.41

=====================================================
Combined list of identical log entries
=====================================================
Description:
There's no link-layer header on Linux ARPHRD_ATM packets; there's
apparently (as per the previous version of this code) either an 802.2
LLC header (as per RFC 1483 and RFC 2225), or there's no header at all,
and just an IP packet.

As such, no link-layer header should be printed.

In addition, for packets with an LLC header, we should call the LLC
printer, rather than assuming that it's SNAP-encapsulated (RFC 1483
says they're not always SNAP-encapsulated) and printing the header
ourselves.  For packets without an LLC header, we should just call the
IP print routine.

This means that the LLC print routine may be called with null source and
destination MAC addresses; make it handle them.
Modified files:
        File: tcpdump/print-cip.c; Revision: 1.16;
        Date: 2001/09/23 21:52:38; Author: guy; Lines: (+17 -48)
        File: tcpdump/print-llc.c; Revision: 1.41;
        Date: 2001/09/23 21:52:39; Author: guy; Lines: (+3 -3)
=====================================================
Log entries
=====================================================
Description:
ARPHRD_ARP doesn't uniquely specify the header that will appear on
packets before the network-layer header; we already deal with that in
tcpdump, and we could probably try to deal with that in the code
generator, but it's less of a pain to just punt to DLT_LINUX_SLL.
Modified files:
        File: libpcap/pcap-linux.c; Revision: 1.67;
        Date: 2001/09/23 22:43:57; Author: guy; Lines:  (+37 -2)
=====================================================
Summary of modified files
=====================================================
File: libpcap/pcap-linux.c
Revisions: 1.67
Authors: guy (+37 -2)
-------------------------------
File: tcpdump/print-cip.c
Revisions: 1.16
Authors: guy (+17 -48)
-------------------------------
File: tcpdump/print-llc.c
Revisions: 1.41
Authors: guy (+3 -3)
-- 
Automatic cron job from /tcpdump/bin/makelog
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe

Reply via email to