tcpdump mailing list archives
Automatic report from sources (tcpdump libpcap htdocs) between 01.05.2003 - 02.05.2003 GMT
From: "Automatic cvs log generator /tcpdump/bin/makelog" <mcr () sandelman ottawa on ca>
Date: Fri, 2 May 2003 05:07:12 -0400 (EDT)
CVS log entries from 01.05.2003 (Thu) 09:05:56 - 02.05.2003 (Fri) 09:05:50 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
File: tcpdump/configure; Revisions: 1.106, 1.105, 1.103
File: tcpdump/interface.h; Revisions: 1.208
File: tcpdump/tcpdump.c; Revisions: 1.205
File: tcpdump/print-esp.c; Revisions: 1.39
File: tcpdump/print-bootp.c; Revisions: 1.73
File: libpcap/pcap-pf.c; Revisions: 1.73
File: tcpdump/print-isoclns.c; Revisions: 1.82
File: tcpdump/print-udp.c; Revisions: 1.115
File: libpcap/gencode.c; Revisions: 1.191
File: tcpdump/missing/dlnames.c; Revisions: 1.2
File: tcpdump/configure.in; Revisions: 1.163
File: tcpdump/aclocal.m4; Revisions: 1.97, 1.96
File: tcpdump/config.h.in; Revisions: 1.47
File: libpcap/gencode.h; Revisions: 1.58
File: tcpdump/print-tftp.c; Revisions: 1.35
Author: itojun
File: tcpdump/configure; Revisions: 1.104
File: tcpdump/interface.h; Revisions: 1.209
File: tcpdump/print-icmp6.c; Revisions: 1.70
File: tcpdump/configure.in; Revisions: 1.162
File: tcpdump/print-ip6.c; Revisions: 1.29
=====================================================
Combined list of identical log entries
=====================================================
Description:
verify/warn icmpv6 checksum. from jinmei@kame
Modified files:
File: tcpdump/interface.h; Revision: 1.209;
Date: 2003/05/02 08:13:54; Author: itojun; Lines: (+2 -2)
File: tcpdump/print-icmp6.c; Revision: 1.70;
Date: 2003/05/02 08:13:55; Author: itojun; Lines: (+59 -3)
File: tcpdump/print-ip6.c; Revision: 1.29;
Date: 2003/05/02 08:13:55; Author: itojun; Lines: (+2 -2)
-------------------------------
Description:
Use AC_TRY_LINK, not AC_TRY_COMPILE, when looking for
inet_ntop/inet_pton/inet_aton, and don't use AC_REPLACE_FUNCS to set
LIBOBJS to include the replacement module, as that does the full check
for the routine again, not just the simple replacement.
Move the tests in question after AC_LBL_LIBPCAP, so that we link with
the appropriate libraries (e.g., "-lsocket -lnsl" on Solaris) to use
when using those routines.
Modified files:
File: tcpdump/config.h.in; Revision: 1.47;
Date: 2003/05/02 08:49:59; Author: guy; Lines: (+0 -9)
File: tcpdump/configure; Revision: 1.106;
Date: 2003/05/02 08:49:59; Author: guy; Lines: (+298 -453)
File: tcpdump/configure.in; Revision: 1.163;
Date: 2003/05/02 08:48:25; Author: guy; Lines: (+48 -35)
-------------------------------
Description:
The source and destination port arguments to "bootp_print()" are no
longer used; get rid of them.
Modified files:
File: tcpdump/interface.h; Revision: 1.208;
Date: 2003/05/01 18:02:12; Author: guy; Lines: (+2 -2)
File: tcpdump/print-bootp.c; Revision: 1.73;
Date: 2003/05/01 18:02:12; Author: guy; Lines: (+2 -2)
File: tcpdump/print-udp.c; Revision: 1.115;
Date: 2003/05/01 18:02:13; Author: guy; Lines: (+2 -2)
-------------------------------
Description:
Digital UNIX 4.0's <net/bpf.h> doesn't define DLT_SLIP_BSDOS or
DLT_PPP_BSDOS - don't assume they're defined, check whether they're
defined before using them.
Modified files:
File: tcpdump/tcpdump.c; Revision: 1.205;
Date: 2003/05/02 08:46:28; Author: guy; Lines: (+5 -1)
File: tcpdump/missing/dlnames.c; Revision: 1.2;
Date: 2003/05/02 08:46:29; Author: guy; Lines: (+5 -1)
-------------------------------
Description:
Quote "$d" when testing it in "AC_LBL_LIBPCAP", so that if it's empty -
i.e., if no extraneous pcap header directory is found when using an
installed libpcap - we don't die.
Modified files:
File: tcpdump/aclocal.m4; Revision: 1.97;
Date: 2003/05/02 08:41:01; Author: guy; Lines: (+2 -2)
File: tcpdump/configure; Revision: 1.105;
Date: 2003/05/02 08:41:01; Author: guy; Lines: (+1 -1)
-------------------------------
Description:
"if ! {command}" works in the Almquist shell (as used by FreeBSD), and
is also documented to work in Bash, but is not documented to work in the
real Bourne shell, and doesn't appear to work in the real Bourne shell.
Don't use it.
Modified files:
File: tcpdump/aclocal.m4; Revision: 1.96;
Date: 2003/05/01 21:20:52; Author: guy; Lines: (+3 -3)
File: tcpdump/configure; Revision: 1.103;
Date: 2003/05/01 21:23:36; Author: guy; Lines: (+2 -2)
-------------------------------
Description:
The value pointed to by "gen_pf_ifname()"'s argument isn't modified, so
make it a const pointer.
Cast the interface name in the "gen_bcmp()" call in "gen_pf_ifname()" to
squelch a compiler warning.
Modified files:
File: libpcap/gencode.c; Revision: 1.191;
Date: 2003/05/02 08:37:43; Author: guy; Lines: (+3 -3)
File: libpcap/gencode.h; Revision: 1.58;
Date: 2003/05/02 08:37:44; Author: guy; Lines: (+2 -2)
=====================================================
Log entries
=====================================================
Description:
We have to include <net/bpf.h> on Digital UNIX to get various ioctls
defined.
Modified files:
File: libpcap/pcap-pf.c; Revision: 1.73;
Date: 2003/05/02 08:35:42; Author: guy; Lines: (+8 -1)
-------------------------------
Description:
regen
Modified files:
File: tcpdump/configure; Revision: 1.104;
Date: 2003/05/02 08:15:53; Author: itojun; Lines: (+196 -195)
-------------------------------
Description:
set ai_protocol explicitly, to make getaddrinfo(3) return two addrinfo
(sctp-enabled getaddrinfo would return more, and configure will consider
getaddrinfo as "buggy") from jinmei@kame
Modified files:
File: tcpdump/configure.in; Revision: 1.162;
Date: 2003/05/02 08:15:18; Author: itojun; Lines: (+3 -2)
-------------------------------
Description:
Don't bother printing the amount of memory we tried to allocate if the
attempt fails - it's not interesting to most if not all users, and you
have to worry about the right format (%d is right for size_t on some
platforms, %ld is right on others). Use "error()" to report the error
while we're at it.
Modified files:
File: tcpdump/print-esp.c; Revision: 1.39;
Date: 2003/05/02 08:43:28; Author: guy; Lines: (+3 -6)
-------------------------------
Description:
"(x == A) ^ (x == B)", if A != B, is equivalent to
"(x == A) || (x == B)", as x cannot simultaneously be equal to A and B.
"x == A ^ x == B" produces a compiler warning from GCC, so fix it by
using || instead - "x == A || x == B" doesn't produce such a warning.
Modified files:
File: tcpdump/print-isoclns.c; Revision: 1.82;
Date: 2003/05/01 18:04:41; Author: guy; Lines: (+2 -2)
-------------------------------
Description:
Add some casts to squelch compiler warnings.
When seeing whether the difference between two pointers exceeds an
unsigned value (we know the difference is positive), subtract the
pointers and then cast the result to an unsigned integer, don't cast the
pointers to unsigned integers - the latter isn't the right way to do it
in C, and isn't LP64-clean.
Modified files:
File: tcpdump/print-tftp.c; Revision: 1.35;
Date: 2003/05/02 08:45:21; Author: guy; Lines: (+3 -3)
=====================================================
Summary of modified files
=====================================================
File: libpcap/gencode.c
Revisions: 1.191
Authors: guy (+3 -3)
-------------------------------
File: libpcap/gencode.h
Revisions: 1.58
Authors: guy (+2 -2)
-------------------------------
File: libpcap/pcap-pf.c
Revisions: 1.73
Authors: guy (+8 -1)
-------------------------------
File: tcpdump/aclocal.m4
Revisions: 1.97, 1.96
Authors: guy (+2 -2), guy (+3 -3)
-------------------------------
File: tcpdump/config.h.in
Revisions: 1.47
Authors: guy (+0 -9)
-------------------------------
File: tcpdump/configure
Revisions: 1.106, 1.105, 1.104, 1.103
Authors: guy (+298 -453), guy (+1 -1), itojun (+196 -195), guy (+2 -2)
-------------------------------
File: tcpdump/configure.in
Revisions: 1.163, 1.162
Authors: guy (+48 -35), itojun (+3 -2)
-------------------------------
File: tcpdump/interface.h
Revisions: 1.209, 1.208
Authors: itojun (+2 -2), guy (+2 -2)
-------------------------------
File: tcpdump/missing/dlnames.c
Revisions: 1.2
Authors: guy (+5 -1)
-------------------------------
File: tcpdump/print-bootp.c
Revisions: 1.73
Authors: guy (+2 -2)
-------------------------------
File: tcpdump/print-esp.c
Revisions: 1.39
Authors: guy (+3 -6)
-------------------------------
File: tcpdump/print-icmp6.c
Revisions: 1.70
Authors: itojun (+59 -3)
-------------------------------
File: tcpdump/print-ip6.c
Revisions: 1.29
Authors: itojun (+2 -2)
-------------------------------
File: tcpdump/print-isoclns.c
Revisions: 1.82
Authors: guy (+2 -2)
-------------------------------
File: tcpdump/print-tftp.c
Revisions: 1.35
Authors: guy (+3 -3)
-------------------------------
File: tcpdump/print-udp.c
Revisions: 1.115
Authors: guy (+2 -2)
-------------------------------
File: tcpdump/tcpdump.c
Revisions: 1.205
Authors: guy (+5 -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:tcpdump-workers-request () tcpdump org?body=unsubscribe
Current thread:
- Automatic report from sources (tcpdump libpcap htdocs) between 01.05.2003 - 02.05.2003 GMT Automatic cvs log generator /tcpdump/bin/makelog (May 02)
