CVS log entries from 09.04.2005 (Sat) 09:06:51 - 10.04.2005 (Sun) 09:06:53 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
        File: libpcap/gencode.c; Revisions: 1.227, 1.226, 1.225
        File: libpcap/pcap-bpf.h; Revisions: 1.36
        File: tcpdump/oui.c; Revisions: 1.6, 1.5
        File: libpcap/savefile.c; Revisions: 1.128
        File: tcpdump/oui.h; Revisions: 1.5, 1.4

Author: hannes
        File: tcpdump/tcpdump.1; Revisions: 1.168, 1.167.2.1
        File: tcpdump/print-chdlc.c; Revisions: 1.35, 1.34, 1.32.2.3, 1.32.2.2
        File: libpcap/gencode.c; Revisions: 1.221.2.1
        File: libpcap/pcap-bpf.h; Revisions: 1.34.2.1
        File: tcpdump/addrtoname.c; Revisions: 1.109, 1.108.2.1

=====================================================
Combined list of identical log entries
=====================================================
Description:
More OUIs, end the oui_values table with the required {0, NULL} stopper.
Modified files:
        File: tcpdump/oui.c; Revision: 1.6;
        Date: 2005/04/09 21:49:48; Author: guy; Lines: (+7 -2)
        File: tcpdump/oui.h; Revision: 1.5;
        Date: 2005/04/09 21:49:49; Author: guy; Lines: (+6 -2)
-------------------------------
Description:
Pull in some more SMI Network Management Private Enterprise Codes from
Ethereal.
Modified files:
        File: tcpdump/oui.c; Revision: 1.5;
        Date: 2005/04/09 21:43:49; Author: guy; Lines: (+29 -5)
        File: tcpdump/oui.h; Revision: 1.4;
        Date: 2005/04/09 21:43:49; Author: guy; Lines: (+27 -1)
-------------------------------
Description:
As per Daniele Orlandi's request, use DLT_LINUX_LAPD rather than
DLT_LAPD (it includes more than just the LAPD header).
Modified files:
        File: libpcap/gencode.c; Revision: 1.225;
        Date: 2005/04/09 21:15:14; Author: guy; Lines: (+3 -3)
        File: libpcap/pcap-bpf.h; Revision: 1.36;
        Date: 2005/04/09 21:15:13; Author: guy; Lines: (+5 -3)
        File: libpcap/savefile.c; Revision: 1.128;
        Date: 2005/04/09 21:15:13; Author: guy; Lines: (+7 -5)
-------------------------------
Description:
plumb in oui-name resolution
Modified files:
        File: tcpdump/addrtoname.c; Revision: 1.109;
        Date: 2005/04/10 07:17:00; Author: hannes; Lines: (+19 -10)
        File: tcpdump/addrtoname.c; Revision: 1.108.2.1;
        Date: 2005/04/10 07:18:26; Author: hannes; Lines: (+19 -10)
-------------------------------
Description:
make the uptime-stamp printing optional as some implementations don't include 
that
Modified files:
        File: tcpdump/print-chdlc.c; Revision: 1.34;
        Date: 2005/04/09 09:40:32; Author: hannes; Lines: (+15 -11)
        File: tcpdump/print-chdlc.c; Revision: 1.32.2.2;
        Date: 2005/04/09 09:42:25; Author: hannes; Lines: (+15 -11)
-------------------------------
Description:
don't forget the boundary check, when dissecting an optional uptime parameter
Modified files:
        File: tcpdump/print-chdlc.c; Revision: 1.35;
        Date: 2005/04/10 06:39:59; Author: hannes; Lines: (+3 -1)
        File: tcpdump/print-chdlc.c; Revision: 1.32.2.3;
        Date: 2005/04/10 06:42:54; Author: hannes; Lines: (+3 -1)
-------------------------------
Description:
add documentation for hierarchical VLAN filtering in libpcap 0.9
Modified files:
        File: tcpdump/tcpdump.1; Revision: 1.168;
        Date: 2005/04/09 15:17:01; Author: hannes; Lines: (+10 -1)
        File: tcpdump/tcpdump.1; Revision: 1.167.2.1;
        Date: 2005/04/09 15:17:42; Author: hannes; Lines: (+10 -1)
=====================================================
Log entries
=====================================================
Description:
Rename "gen_llc()" to "gen_llc_linktype()", to match
"gen_ether_linktype()" and "gen_linux_sll_linktype()", as well as
"gen_linktype()".

Add comments for those routines to indicate how they handle the protocol
type argument.

In "gen_linux_sll_linktype()", merge together the handling of
LLCSAP_ISONS, LLCSAP_IP, and LLCSAP_NETBEUI, as was done in
"gen_ether_linktype()" and "gen_llc_linktype()".
Modified files:
        File: libpcap/gencode.c; Revision: 1.227;
        Date: 2005/04/10 03:40:24; Author: guy; Lines:  (+49 -30)
-------------------------------
Description:
Fix off_nl_nosnap for Apple IP-over-IEEE 1394.

Merge the code to handle the LLCSAP_ISONS, LLCSAP_IP, and
LLCSAP_NETBEUI.

"gen_ether_linktype()" already handles SAPs as protocol IDs; just use it
for Ethernet, rather than using "gen_llc()" (which isn't prepared to
handle Ethernet, with off_linktype pointing to the type/length field
rather than the DSAP).

That also means that "gen_linktype(LLCSAP_ISONS)" can be used to test
for OSI packets on Ethernet.

Expand some comments.

Fix a typo ("off_nl = +4" should've been "off_nl += 4").
Modified files:
        File: libpcap/gencode.c; Revision: 1.226;
        Date: 2005/04/09 23:38:36; Author: guy; Lines:  (+62 -53)
-------------------------------
Description:
backport for hierarchical vlan, mpls expressions
Modified files:
        File: libpcap/gencode.c; Revision: 1.221.2.1;
        Date: 2005/04/09 18:16:50; Author: hannes; Lines:  (+81 -71)
-------------------------------
Description:
backport the DLT_LAPD protocol to 0_9
Modified files:
        File: libpcap/pcap-bpf.h; Revision: 1.34.2.1;
        Date: 2005/04/09 18:26:17; Author: hannes; Lines:  (+7 -1)
=====================================================
Summary of modified files
=====================================================
File: libpcap/gencode.c
Revisions: 1.227, 1.226, 1.225, 1.221.2.1
Authors: guy (+49 -30), guy (+62 -53), guy (+3 -3), hannes (+81 -71)
-------------------------------
File: libpcap/pcap-bpf.h
Revisions: 1.36, 1.34.2.1
Authors: guy (+5 -3), hannes (+7 -1)
-------------------------------
File: libpcap/savefile.c
Revisions: 1.128
Authors: guy (+7 -5)
-------------------------------
File: tcpdump/addrtoname.c
Revisions: 1.109, 1.108.2.1
Authors: hannes (+19 -10), hannes (+19 -10)
-------------------------------
File: tcpdump/oui.c
Revisions: 1.6, 1.5
Authors: guy (+7 -2), guy (+29 -5)
-------------------------------
File: tcpdump/oui.h
Revisions: 1.5, 1.4
Authors: guy (+6 -2), guy (+27 -1)
-------------------------------
File: tcpdump/print-chdlc.c
Revisions: 1.35, 1.34, 1.32.2.3, 1.32.2.2
Authors: hannes (+3 -1), hannes (+15 -11), hannes (+3 -1), hannes (+15 -11)
-------------------------------
File: tcpdump/tcpdump.1
Revisions: 1.168, 1.167.2.1
Authors: hannes (+10 -1), hannes (+10 -1)
-- 
Automatic cron job from /tcpdump/bin/makelog
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.

Reply via email to