CVS log entries from 18.06.2001 (Mon) 09:05:59 - 20.06.2001 (Wed) 09:05:42 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
        File: tcpdump/CREDITS; Revisions: 1.26
        File: libpcap/gencode.c; Revisions: 1.156
        File: tcpdump/interface.h; Revisions: 1.162
        File: tcpdump/tcpdump.c; Revisions: 1.164
        File: tcpdump/print-radius.c; Revisions: 1.7
        File: tcpdump/print-pppoe.c; Revisions: 1.14
        File: libpcap/CREDITS; Revisions: 1.28

Author: itojun
        File: libpcap/inet.c; Revisions: 1.37
        File: tcpdump/print-arp.c; Revisions: 1.50
        File: tcpdump/addrtoname.h; Revisions: 1.17
        File: tcpdump/addrtoname.c; Revisions: 1.76

=====================================================
Combined list of identical log entries
=====================================================
Description:
Change from NetBSD, by Martin Husemann <[EMAIL PROTECTED]>:

        Adapt to (temporary) DLT_PPP_ETHER useage by the pppoe code in tree
        now. This needs to be fixed when a generic PPP sheme is implemented.
Modified files:
        File: libpcap/CREDITS; Revision: 1.28;
        Date: 2001/06/20 07:12:38; Author: guy; Lines: (+1 -0)
        File: libpcap/gencode.c; Revision: 1.156;
        Date: 2001/06/20 07:12:38; Author: guy; Lines: (+7 -7)
-------------------------------
Description:
Add support for NetBSD DLT_PPP_ETHER; adapted from NetBSD changes by
Martin Husemann <[EMAIL PROTECTED]>.

Clean up PPPoE dissector - get rid of unused variable, and have it just
use its first argument as a pointer to the PPPoE packet (which may also
make it work if, for example, you have PPPoE packets wrapped inside VLAN
headers).
Modified files:
        File: tcpdump/CREDITS; Revision: 1.26;
        Date: 2001/06/20 07:40:44; Author: guy; Lines: (+1 -0)
        File: tcpdump/interface.h; Revision: 1.162;
        Date: 2001/06/20 07:40:44; Author: guy; Lines: (+3 -1)
        File: tcpdump/print-pppoe.c; Revision: 1.14;
        Date: 2001/06/20 07:40:44; Author: guy; Lines: (+23 -5)
        File: tcpdump/tcpdump.c; Revision: 1.164;
        Date: 2001/06/20 07:40:45; Author: guy; Lines: (+4 -1)
-------------------------------
Description:
make arp_print() L2 neutral.  from netbsd

TODO: recover portions that peep L2 src/dst, by passing more args from
L2 printing to arp_print().  the current code can bomb when L2 = arcnet
(because the code assumes that L2 address len == 6), for example.
Modified files:
        File: tcpdump/addrtoname.c; Revision: 1.76;
        Date: 2001/06/18 09:12:27; Author: itojun; Lines: (+78 -1)
        File: tcpdump/addrtoname.h; Revision: 1.17;
        Date: 2001/06/18 09:12:28; Author: itojun; Lines: (+2 -1)
        File: tcpdump/print-arp.c; Revision: 1.50;
        Date: 2001/06/18 09:12:28; Author: itojun; Lines: (+38 -66)
=====================================================
Log entries
=====================================================
Description:
bsdi3 does not have IF_NAMESIZE (kame/bsdi3 has it).  have last-resort #define.
Modified files:
        File: libpcap/inet.c; Revision: 1.37;
        Date: 2001/06/18 23:43:16; Author: itojun; Lines:  (+5 -1)
-------------------------------
Description:
Don't use "sizeof()" to find the minimum RADIUS packet length (although,
as it's a multiple of 4, it's probably not a problem on the most common
offender here, GCC-on-ARM).

Hand to the code that dissects RADIUS attributes, as the length of the
attributes,

        min(payload length, captured payload length, length from header)

minus the size of the fixed-length fields in the RADIUS packet.

When printing RADIUS attributes, quit if we find one with a zero length,
rather than looping infinitely.
Modified files:
        File: tcpdump/print-radius.c; Revision: 1.7;
        Date: 2001/06/18 09:16:28; Author: guy; Lines:  (+25 -6)
=====================================================
Summary of modified files
=====================================================
File: libpcap/CREDITS
Revisions: 1.28
Authors: guy (+1 -0)
-------------------------------
File: libpcap/gencode.c
Revisions: 1.156
Authors: guy (+7 -7)
-------------------------------
File: libpcap/inet.c
Revisions: 1.37
Authors: itojun (+5 -1)
-------------------------------
File: tcpdump/CREDITS
Revisions: 1.26
Authors: guy (+1 -0)
-------------------------------
File: tcpdump/addrtoname.c
Revisions: 1.76
Authors: itojun (+78 -1)
-------------------------------
File: tcpdump/addrtoname.h
Revisions: 1.17
Authors: itojun (+2 -1)
-------------------------------
File: tcpdump/interface.h
Revisions: 1.162
Authors: guy (+3 -1)
-------------------------------
File: tcpdump/print-arp.c
Revisions: 1.50
Authors: itojun (+38 -66)
-------------------------------
File: tcpdump/print-pppoe.c
Revisions: 1.14
Authors: guy (+23 -5)
-------------------------------
File: tcpdump/print-radius.c
Revisions: 1.7
Authors: guy (+25 -6)
-------------------------------
File: tcpdump/tcpdump.c
Revisions: 1.164
Authors: guy (+4 -1)
-- 
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