tcpdump mailing list archives

Automatic report from sources (tcpdump libpcap htdocs) between 28.04.2004 - 29.04.2004 GMT


From: "Automatic cvs log generator /tcpdump/bin/makelog" <mcr () sandelman ottawa on ca>
Date: Thu, 29 Apr 2004 05:07:10 -0400 (EDT)

CVS log entries from 28.04.2004 (Wed) 09:05:53 - 29.04.2004 (Thu) 09:05:57 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
        File: tcpdump/util.c; Revisions: 1.91, 1.87.2.4
        File: tcpdump/print-ip.c; Revisions: 1.138
        File: tcpdump/ipproto.h; Revisions: 1.4

Author: mcr
        File: tcpdump/util.c; Revisions: 1.93, 1.92
        File: tcpdump/print-bgp.c; Revisions: 1.82
        File: tcpdump/ipproto.c; Revisions: 1.2
        File: tcpdump/netdissect.h; Revisions: 1.7

=====================================================
Combined list of identical log entries
=====================================================
Description:
From Gisle Vanem: give "tok2str()" 4 static buffers it can fill in, so
that it can be called up to 4 times in a given "printf()".
Modified files:
        File: tcpdump/util.c; Revision: 1.91;
        Date: 2004/04/28 22:06:33; Author: guy; Lines: (+8 -4)
        File: tcpdump/util.c; Revision: 1.87.2.4;
        Date: 2004/04/28 22:09:23; Author: guy; Lines: (+8 -4)
-------------------------------
Description:
Some BSDs define IPPROTO_IGRP as 88 and don't define IPPROTO_EIGRP, so
we also define it as 88, so we can't have

        case IPPROTO_IGRP:
        case IPPROTO_EIGRP:

in a switch statement.

The current IANA protocol number assignments page lists 9 as "any
private interior gateway (used by Cisco for their IGRP)" and 88 as
"EIGRP" from Cisco, so we define IPPROTO_PIGP as 9 (which matches what
those BSDs do) and IPPROTO_EIGRP as 88 (so we don't bother with
IPPROTO_IGRP at all), and do

        case IPPROTO_PIGP:
        case IPPROTO_EIGRP:

It's not clear that we should handle both with the same print routine,
however - Cisco IGRP and Cisco EIGRP don't appear to have the same
packet format.
Modified files:
        File: tcpdump/ipproto.h; Revision: 1.4;
        Date: 2004/04/28 22:02:23; Author: guy; Lines: (+3 -3)
        File: tcpdump/print-ip.c; Revision: 1.138;
        Date: 2004/04/28 22:02:23; Author: guy; Lines: (+22 -2)
=====================================================
Log entries
=====================================================
Description:
        temporary patch for "EIGP" protocol.
Modified files:
        File: tcpdump/ipproto.c; Revision: 1.2;
        Date: 2004/04/29 02:16:40; Author: mcr; Lines:  (+2 -2)
-------------------------------
Description:
        new tok2strbuf() API.
Modified files:
        File: tcpdump/netdissect.h; Revision: 1.7;
        Date: 2004/04/29 02:15:41; Author: mcr; Lines:  (+6 -1)
-------------------------------
Description:
        use new tok2strbuf() API.
Modified files:
        File: tcpdump/print-bgp.c; Revision: 1.82;
        Date: 2004/04/29 02:16:01; Author: mcr; Lines:  (+96 -37)
-------------------------------
Description:
        merge error for tok2str.
Modified files:
        File: tcpdump/util.c; Revision: 1.93;
        Date: 2004/04/29 02:15:16; Author: mcr; Lines:  (+4 -2)
-------------------------------
Description:
        change tok2str API to permit caller to provide
        a buffer, and make tok2str a wrapper for this.
Modified files:
        File: tcpdump/util.c; Revision: 1.92;
        Date: 2004/04/29 01:32:47; Author: mcr; Lines:  (+20 -11)
=====================================================
Summary of modified files
=====================================================
File: tcpdump/ipproto.c
Revisions: 1.2
Authors: mcr (+2 -2)
-------------------------------
File: tcpdump/ipproto.h
Revisions: 1.4
Authors: guy (+3 -3)
-------------------------------
File: tcpdump/netdissect.h
Revisions: 1.7
Authors: mcr (+6 -1)
-------------------------------
File: tcpdump/print-bgp.c
Revisions: 1.82
Authors: mcr (+96 -37)
-------------------------------
File: tcpdump/print-ip.c
Revisions: 1.138
Authors: guy (+22 -2)
-------------------------------
File: tcpdump/util.c
Revisions: 1.93, 1.92, 1.91, 1.87.2.4
Authors: mcr (+4 -2), mcr (+20 -11), guy (+8 -4), guy (+8 -4)
-- 
Automatic cron job from /tcpdump/bin/makelog
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.


Current thread: