tcpdump mailing list archives

Automatic report from sources (tcpdump libpcap htdocs) between 21.07.2004 - 22.07.2004 GMT


From: "Automatic cvs log generator /tcpdump/bin/makelog" <mcr () sandelman ottawa on ca>
Date: Thu, 22 Jul 2004 05:06:27 -0400 (EDT)

CVS log entries from 21.07.2004 (Wed) 09:05:09 - 22.07.2004 (Thu) 09:05:16 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
        File: tcpdump/print-ascii.c; Revisions: 1.16
        File: tcpdump/print-esp.c; Revisions: 1.55, 1.54, 1.53
        File: tcpdump/interface.h; Revisions: 1.232
        File: tcpdump/tcpdump.c; Revisions: 1.246
        File: tcpdump/print-rsvp.c; Revisions: 1.30, 1.29
        File: tcpdump/print-radius.c; Revisions: 1.27
        File: tcpdump/netdissect.h; Revisions: 1.10

Author: risso
        File: htdocs/pcap/pcap.txt; Revisions: 1.2
        File: htdocs/pcap/pcap.html; Revisions: 1.2

=====================================================
Combined list of identical log entries
=====================================================
Description:
The first argument to "ascii_print_with_offset()", "ascii_print()",
"hex_print_with_offset()", and "hex_print()" is a string used as a tag;
make it a "const char *", not a "const u_char *".

Copy the declaration of "strsep()" from "interface.h" to "netdissect.h",
and get rid of the include of "interface.h" from "print-esp.c", as it
includes "netdissect.h".

Update the "ND_TTEST2()" macro to do the same overflow checks that
"TTEST2()" now does.
Modified files:
        File: tcpdump/interface.h; Revision: 1.232;
        Date: 2004/07/21 22:00:10; Author: guy; Lines: (+5 -5)
        File: tcpdump/netdissect.h; Revision: 1.10;
        Date: 2004/07/21 22:00:10; Author: guy; Lines: (+19 -7)
        File: tcpdump/print-ascii.c; Revision: 1.16;
        Date: 2004/07/21 22:00:10; Author: guy; Lines: (+5 -5)
        File: tcpdump/print-esp.c; Revision: 1.55;
        Date: 2004/07/21 22:00:11; Author: guy; Lines: (+1 -2)
-------------------------------
Description:
Updated the document with some stuff related to byte alignment.
Removed the String Magic Number; now the String Magic Number
is the Block Identifier for the Section Header Block.
Modified files:
        File: htdocs/pcap/pcap.html; Revision: 1.2;
        Date: 2004/07/21 23:00:37; Author: risso; Lines: (+287 -164)
        File: htdocs/pcap/pcap.txt; Revision: 1.2;
        Date: 2004/07/21 23:00:37; Author: risso; Lines: (+820 -540)
=====================================================
Log entries
=====================================================
Description:
Move the include of "interface.h" to where it was in 3.8[.x].

Get rid of the declaration of "strsep()" - we include "interface.h",
which should declare it if we don't define HAVE_STRSEP, and if
HAVE_STRSEP is defined on a platform that doesn't have "strsep()",
that's a bug that should be fixed by arranging not to define it.
Modified files:
        File: tcpdump/print-esp.c; Revision: 1.54;
        Date: 2004/07/21 21:42:32; Author: guy; Lines:  (+2 -6)
-------------------------------
Description:
From Rick Jones: include "interface.h" so that "strsep()" is declared if
we're supplying our own "strsep()" due to it not being supplied by the
OS or the compiler.
Modified files:
        File: tcpdump/print-esp.c; Revision: 1.53;
        Date: 2004/07/21 21:32:12; Author: guy; Lines:  (+2 -1)
-------------------------------
Description:
From Rick Jones: the first argument to "print_unknown_data()" is a
"const u_char *", not a "const char *".

Clean up a comment.
Modified files:
        File: tcpdump/print-radius.c; Revision: 1.27;
        Date: 2004/07/21 21:45:47; Author: guy; Lines:  (+3 -3)
-------------------------------
Description:
The second argument to "rsvp_obj_print()" is just a character string
tag, so make it "const char *", not "const u_char *").

Fix some typos, and fix up a comment.
Modified files:
        File: tcpdump/print-rsvp.c; Revision: 1.30;
        Date: 2004/07/21 21:50:46; Author: guy; Lines:  (+7 -7)
-------------------------------
Description:
Fix up some compiler warnings on platforms where "sizeof" generates an
"unsigned long" value.
Modified files:
        File: tcpdump/print-rsvp.c; Revision: 1.29;
        Date: 2004/07/21 21:43:26; Author: guy; Lines:  (+7 -4)
-------------------------------
Description:
Get rid of a stray semicolon.

Define "ndo_error()" and "ndo_warning()" as static, to match their
forward declarations.
Modified files:
        File: tcpdump/tcpdump.c; Revision: 1.246;
        Date: 2004/07/21 22:06:47; Author: guy; Lines:  (+4 -4)
=====================================================
Summary of modified files
=====================================================
File: htdocs/pcap/pcap.html
Revisions: 1.2
Authors: risso (+287 -164)
-------------------------------
File: htdocs/pcap/pcap.txt
Revisions: 1.2
Authors: risso (+820 -540)
-------------------------------
File: tcpdump/interface.h
Revisions: 1.232
Authors: guy (+5 -5)
-------------------------------
File: tcpdump/netdissect.h
Revisions: 1.10
Authors: guy (+19 -7)
-------------------------------
File: tcpdump/print-ascii.c
Revisions: 1.16
Authors: guy (+5 -5)
-------------------------------
File: tcpdump/print-esp.c
Revisions: 1.55, 1.54, 1.53
Authors: guy (+1 -2), guy (+2 -6), guy (+2 -1)
-------------------------------
File: tcpdump/print-radius.c
Revisions: 1.27
Authors: guy (+3 -3)
-------------------------------
File: tcpdump/print-rsvp.c
Revisions: 1.30, 1.29
Authors: guy (+7 -7), guy (+7 -4)
-------------------------------
File: tcpdump/tcpdump.c
Revisions: 1.246
Authors: guy (+4 -4)
-- 
Automatic cron job from /tcpdump/bin/makelog
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.


Current thread: