tcpdump mailing list archives

Automatic report from sources (tcpdump libpcap htdocs) between 26.08.2004 - 27.08.2004 GMT


From: "Automatic cvs log generator /tcpdump/bin/makelog" <mcr () sandelman ottawa on ca>
Date: Fri, 27 Aug 2004 05:07:58 -0400 (EDT)

CVS log entries from 26.08.2004 (Thu) 09:06:30 - 27.08.2004 (Fri) 09:06:39 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
        File: libpcap/gencode.c; Revisions: 1.209, 1.193.2.9
        File: libpcap/CREDITS; Revisions: 1.73, 1.63.2.8
        File: tcpdump/CREDITS; Revisions: 1.98, 1.87.2.9
        File: tcpdump/print-ip.c; Revisions: 1.143, 1.128.2.8
        File: tcpdump/configure.in; Revisions: 1.182, 1.169.2.5
        File: tcpdump/configure; Revisions: 1.127, 1.112.2.6
        File: tcpdump/print-pppoe.c; Revisions: 1.30, 1.29, 1.24.2.6, 1.24.2.5
        File: tcpdump/print-ip6.c; Revisions: 1.45, 1.32.2.9

=====================================================
Combined list of identical log entries
=====================================================
Description:
Use %u to print unsigned quantities.

Check, and use, the supplied packet length in the PPPoE dissector.  (It
reflects the actual packet length; snapend reflects the captured packet
length.)

As we're now doing bounds checks with TCHECK, the loop over the tagged
fields doesn't have to check against snapend.
Modified files:
        File: tcpdump/print-ip.c; Revision: 1.143;
        Date: 2004/08/27 03:57:40; Author: guy; Lines: (+2 -2)
        File: tcpdump/print-ip.c; Revision: 1.128.2.8;
        Date: 2004/08/27 03:56:21; Author: guy; Lines: (+2 -2)
        File: tcpdump/print-ip6.c; Revision: 1.45;
        Date: 2004/08/27 03:57:41; Author: guy; Lines: (+3 -3)
        File: tcpdump/print-ip6.c; Revision: 1.32.2.9;
        Date: 2004/08/27 03:56:22; Author: guy; Lines: (+3 -3)
        File: tcpdump/print-pppoe.c; Revision: 1.30;
        Date: 2004/08/27 03:57:41; Author: guy; Lines: (+22 -18)
        File: tcpdump/print-pppoe.c; Revision: 1.24.2.6;
        Date: 2004/08/27 03:56:22; Author: guy; Lines: (+22 -18)
-------------------------------
Description:
From Andrew Church <andrew () users sourceforge net>: when testing for
"pcap_version", "pcap_debug", and "yydebug", don't add our own functions
referring to those variables - GCC 3.4.1 optimizes the test code out
before the link is done, as it's in a function that's not called.
Modified files:
        File: tcpdump/CREDITS; Revision: 1.98;
        Date: 2004/08/27 07:17:03; Author: guy; Lines: (+2 -1)
        File: tcpdump/CREDITS; Revision: 1.87.2.9;
        Date: 2004/08/27 07:19:55; Author: guy; Lines: (+2 -1)
        File: tcpdump/configure; Revision: 1.127;
        Date: 2004/08/27 07:18:13; Author: guy; Lines: (+4942 -2419)
        File: tcpdump/configure; Revision: 1.112.2.6;
        Date: 2004/08/27 07:22:00; Author: guy; Lines: (+4413 -2159)
        File: tcpdump/configure.in; Revision: 1.182;
        Date: 2004/08/27 07:17:04; Author: guy; Lines: (+3 -15)
        File: tcpdump/configure.in; Revision: 1.169.2.5;
        Date: 2004/08/27 07:19:56; Author: guy; Lines: (+3 -15)
-------------------------------
Description:
Add some bounds checks.
Modified files:
        File: tcpdump/print-pppoe.c; Revision: 1.29;
        Date: 2004/08/27 03:28:58; Author: guy; Lines: (+3 -1)
        File: tcpdump/print-pppoe.c; Revision: 1.24.2.5;
        Date: 2004/08/27 03:29:41; Author: guy; Lines: (+3 -1)
-------------------------------
Description:
From Nicolas Dade <ndade () nsd dyndns org>: the VLAN tag is in the lower
12 bits of the VLAN field - check only those bits, not the priority or
CFI flag.
Modified files:
        File: libpcap/CREDITS; Revision: 1.73;
        Date: 2004/08/27 07:37:10; Author: guy; Lines: (+1 -0)
        File: libpcap/CREDITS; Revision: 1.63.2.8;
        Date: 2004/08/27 07:38:11; Author: guy; Lines: (+1 -0)
        File: libpcap/gencode.c; Revision: 1.209;
        Date: 2004/08/27 07:37:10; Author: guy; Lines: (+2 -2)
        File: libpcap/gencode.c; Revision: 1.193.2.9;
        Date: 2004/08/27 07:38:11; Author: guy; Lines: (+2 -2)
=====================================================
Log entries
=====================================================
=====================================================
Summary of modified files
=====================================================
File: libpcap/CREDITS
Revisions: 1.73, 1.63.2.8
Authors: guy (+1 -0), guy (+1 -0)
-------------------------------
File: libpcap/gencode.c
Revisions: 1.209, 1.193.2.9
Authors: guy (+2 -2), guy (+2 -2)
-------------------------------
File: tcpdump/CREDITS
Revisions: 1.98, 1.87.2.9
Authors: guy (+2 -1), guy (+2 -1)
-------------------------------
File: tcpdump/configure
Revisions: 1.127, 1.112.2.6
Authors: guy (+4942 -2419), guy (+4413 -2159)
-------------------------------
File: tcpdump/configure.in
Revisions: 1.182, 1.169.2.5
Authors: guy (+3 -15), guy (+3 -15)
-------------------------------
File: tcpdump/print-ip.c
Revisions: 1.143, 1.128.2.8
Authors: guy (+2 -2), guy (+2 -2)
-------------------------------
File: tcpdump/print-ip6.c
Revisions: 1.45, 1.32.2.9
Authors: guy (+3 -3), guy (+3 -3)
-------------------------------
File: tcpdump/print-pppoe.c
Revisions: 1.30, 1.29, 1.24.2.6, 1.24.2.5
Authors: guy (+22 -18), guy (+3 -1), guy (+22 -18), guy (+3 -1)
-- 
Automatic cron job from /tcpdump/bin/makelog
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.


Current thread: