CVS log entries from 15.10.2001 (Mon) 09:07:04 - 16.10.2001 (Tue) 09:07:02 GMT
=====================================================
Summary by authors
=====================================================
Author: fenner
        File: tcpdump/CREDITS; Revisions: 1.37
        File: tcpdump/print-bgp.c; Revisions: 1.24

Author: guy
        File: tcpdump/CREDITS; Revisions: 1.38
        File: tcpdump/print-bgp.c; Revisions: 1.25
        File: tcpdump/print-isoclns.c; Revisions: 1.29

Author: mcr
        File: tcpdump/tcpdump.1; Revisions: 1.109.2.1
        File: tcpdump/netdissect.h; Revisions: 1.1.2.2
        File: tcpdump/tcpdump.c; Revisions: 1.167.2.2
        File: tcpdump/print-esp.c; Revisions: 1.19.2.2
        File: tcpdump/Makefile.in; Revisions: 1.256.2.2

=====================================================
Combined list of identical log entries
=====================================================
Description:
Fix AS-Path printing; the path segment length is the number of ASs
 in the path segment, not the number of bytes.

Submitted by:   Jan Oravec <[EMAIL PROTECTED]>
Modified files:
        File: tcpdump/CREDITS; Revision: 1.37;
        Date: 2001/10/15 23:27:31; Author: fenner; Lines: (+2 -1)
        File: tcpdump/print-bgp.c; Revision: 1.24;
        Date: 2001/10/15 23:27:31; Author: fenner; Lines: (+2 -2)
-------------------------------
Description:
        ESP printing now properly removes trailing authentication
        header. (authentication component is not yet checked)
Modified files:
        File: tcpdump/Makefile.in; Revision: 1.256.2.2;
        Date: 2001/10/15 16:54:10; Author: mcr; Lines: (+8 -8)
        File: tcpdump/netdissect.h; Revision: 1.1.2.2;
        Date: 2001/10/15 16:54:10; Author: mcr; Lines: (+5 -1)
        File: tcpdump/print-esp.c; Revision: 1.19.2.2;
        Date: 2001/10/15 16:54:11; Author: mcr; Lines: (+137 -52)
        File: tcpdump/tcpdump.1; Revision: 1.109.2.1;
        Date: 2001/10/15 16:54:11; Author: mcr; Lines: (+16 -10)
        File: tcpdump/tcpdump.c; Revision: 1.167.2.2;
        Date: 2001/10/15 16:54:12; Author: mcr; Lines: (+3 -1)
-------------------------------
Description:
Change suggested by Kaarthik Sivakumar <[EMAIL PROTECTED]> -
various BGP structures have sizes that aren't multiples of the size of
the most strictly aligned type in the structure, so the compiler will
pad them out to that size; we should add #defines for the real size, if
we don't already have them, and use them rather than the result of
"sizeof".

Do that even for structures that have sizes that are multiples of the
size of the most strictly aligned type in the structure, as some
compilers (e.g., at least some versions of GCC for ARM) apparently pad
structures to multiples of 4 bytes.

Add a missing TCHECK2 call.
Modified files:
        File: tcpdump/CREDITS; Revision: 1.38;
        Date: 2001/10/16 08:00:36; Author: guy; Lines: (+1 -0)
        File: tcpdump/print-bgp.c; Revision: 1.25;
        Date: 2001/10/16 08:00:37; Author: guy; Lines: (+17 -13)
=====================================================
Log entries
=====================================================
Description:
Some style cleanups.

Add a pile of boundary checks.
Modified files:
        File: tcpdump/print-isoclns.c; Revision: 1.29;
        Date: 2001/10/16 06:09:01; Author: guy; Lines:  (+398 -269)
=====================================================
Summary of modified files
=====================================================
File: tcpdump/CREDITS
Revisions: 1.38, 1.37
Authors: guy (+1 -0), fenner (+2 -1)
-------------------------------
File: tcpdump/Makefile.in
Revisions: 1.256.2.2
Authors: mcr (+8 -8)
-------------------------------
File: tcpdump/netdissect.h
Revisions: 1.1.2.2
Authors: mcr (+5 -1)
-------------------------------
File: tcpdump/print-bgp.c
Revisions: 1.25, 1.24
Authors: guy (+17 -13), fenner (+2 -2)
-------------------------------
File: tcpdump/print-esp.c
Revisions: 1.19.2.2
Authors: mcr (+137 -52)
-------------------------------
File: tcpdump/print-isoclns.c
Revisions: 1.29
Authors: guy (+398 -269)
-------------------------------
File: tcpdump/tcpdump.1
Revisions: 1.109.2.1
Authors: mcr (+16 -10)
-------------------------------
File: tcpdump/tcpdump.c
Revisions: 1.167.2.2
Authors: mcr (+3 -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