CVS log entries from 20.08.2001 (Mon) 09:05:31 - 21.08.2001 (Tue) 09:05:30 GMT
=====================================================
Summary by authors
=====================================================
Author: fenner
        File: tcpdump/interface.h; Revisions: 1.167
        File: tcpdump/print-mobile.c; Revisions: 1.7
        File: tcpdump/print-esp.c; Revisions: 1.19
        File: tcpdump/print-ntp.c; Revisions: 1.32
        File: tcpdump/print-udp.c; Revisions: 1.97
        File: tcpdump/print-ip.c; Revisions: 1.99
        File: libpcap/scanner.l; Revisions: 1.80, 1.79
        File: tcpdump/print-ip6.c; Revisions: 1.17
        File: tcpdump/print-tcp.c; Revisions: 1.88

=====================================================
Combined list of identical log entries
=====================================================
Description:
Don't try decrypting a fragmented ESP packet; the IP proto number and
 padding info are in the last fragment but the header is in the first
 fragment.
Pass padding length back to IP to allow trimming the padding.
Update in_cksum() prototype to allow using it for checksums including
 the pseudo-header.
Modified files:
        File: tcpdump/interface.h; Revision: 1.167;
        Date: 2001/08/20 17:52:39; Author: fenner; Lines: (+3 -3)
        File: tcpdump/print-esp.c; Revision: 1.19;
        Date: 2001/08/20 17:52:38; Author: fenner; Lines: (+8 -2)
        File: tcpdump/print-ip.c; Revision: 1.99;
        Date: 2001/08/20 17:52:39; Author: fenner; Lines: (+5 -5)
        File: tcpdump/print-ip6.c; Revision: 1.17;
        Date: 2001/08/20 17:52:40; Author: fenner; Lines: (+4 -3)
-------------------------------
Description:
Use the passed in length instead of the IP header's length in the
 pseudo-header checksum, to allow for IPSEC or other encapsulations.
Use in_cksum() instead of private versions.
Modified files:
        File: tcpdump/print-mobile.c; Revision: 1.7;
        Date: 2001/08/20 17:53:54; Author: fenner; Lines: (+2 -29)
        File: tcpdump/print-tcp.c; Revision: 1.88;
        Date: 2001/08/20 17:53:53; Author: fenner; Lines: (+5 -22)
        File: tcpdump/print-udp.c; Revision: 1.97;
        Date: 2001/08/20 17:53:54; Author: fenner; Lines: (+5 -22)
=====================================================
Log entries
=====================================================
Description:
The rev 1.79 commit somehow undid the changes from 1.75.
Put them back.
Modified files:
        File: libpcap/scanner.l; Revision: 1.80;
        Date: 2001/08/20 18:24:16; Author: fenner; Lines:  (+25 -1)
-------------------------------
Description:
Fix some lexer bugs:
- Bad ethernet addresses no longer have to end with a colon
- Host names no longer have to be at least two characters long
- Bad tokens no longer have to end with an "i"
Modified files:
        File: libpcap/scanner.l; Revision: 1.79;
        Date: 2001/08/20 18:17:29; Author: fenner; Lines:  (+5 -29)
-------------------------------
Description:
Use fn_printn() to avoid spewing junk from the packet to the terminal.
Modified files:
        File: tcpdump/print-ntp.c; Revision: 1.32;
        Date: 2001/08/20 15:36:57; Author: fenner; Lines:  (+2 -5)
=====================================================
Summary of modified files
=====================================================
File: libpcap/scanner.l
Revisions: 1.80, 1.79
Authors: fenner (+25 -1), fenner (+5 -29)
-------------------------------
File: tcpdump/interface.h
Revisions: 1.167
Authors: fenner (+3 -3)
-------------------------------
File: tcpdump/print-esp.c
Revisions: 1.19
Authors: fenner (+8 -2)
-------------------------------
File: tcpdump/print-ip.c
Revisions: 1.99
Authors: fenner (+5 -5)
-------------------------------
File: tcpdump/print-ip6.c
Revisions: 1.17
Authors: fenner (+4 -3)
-------------------------------
File: tcpdump/print-mobile.c
Revisions: 1.7
Authors: fenner (+2 -29)
-------------------------------
File: tcpdump/print-ntp.c
Revisions: 1.32
Authors: fenner (+2 -5)
-------------------------------
File: tcpdump/print-tcp.c
Revisions: 1.88
Authors: fenner (+5 -22)
-------------------------------
File: tcpdump/print-udp.c
Revisions: 1.97
Authors: fenner (+5 -22)
-- 
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