CVS log entries from 01.08.2002 (Thu) 09:06:24 - 02.08.2002 (Fri) 09:07:17 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
File: libpcap/pcap.c; Revisions: 1.41
File: tcpdump/configure; Revisions: 1.86
File: tcpdump/missing/strlcat.c; Revisions: 1.3
File: tcpdump/print-bgp.c; Revisions: 1.45
File: libpcap/pcap.h; Revisions: 1.37
File: libpcap/pcap-pf.c; Revisions: 1.68
File: libpcap/CREDITS; Revisions: 1.44
File: tcpdump/print-mobility.c; Revisions: 1.4
File: tcpdump/addrtoname.c; Revisions: 1.91
File: libpcap/inet.c; Revisions: 1.52
File: libpcap/gencode.c; Revisions: 1.172, 1.171
File: tcpdump/missing/strlcpy.c; Revisions: 1.3
File: libpcap/VERSION; Revisions: 1.5
File: tcpdump/tcpdump-stdinc.h; Revisions: 1.2
File: libpcap/README; Revisions: 1.27
File: tcpdump/util.c; Revisions: 1.78
File: tcpdump/CREDITS; Revisions: 1.59
File: libpcap/FILES; Revisions: 1.20
File: libpcap/lbl/os-osf5.h; Revisions: 1.2
File: tcpdump/decnet.h; Revisions: 1.9
File: tcpdump/README; Revisions: 1.63
File: tcpdump/FILES; Revisions: 1.41
File: tcpdump/VERSION; Revisions: 1.7
File: libpcap/pcap-int.h; Revisions: 1.39
File: libpcap/nametoaddr.c; Revisions: 1.67, 1.66
File: libpcap/grammar.y; Revisions: 1.75, 1.74
File: libpcap/pcap-stdinc.h; Revisions: 1.2
File: tcpdump/configure.in; Revisions: 1.153
File: libpcap/bpf/net/bpf_filter.c; Revisions: 1.38
File: libpcap/scanner.l; Revisions: 1.89
File: tcpdump/print-dhcp6.c; Revisions: 1.22
File: tcpdump/print-ip6.c; Revisions: 1.25
Author: risso
File: libpcap/pcap-stdinc.h; Revisions: 1.3
=====================================================
Combined list of identical log entries
=====================================================
Description:
Fix a typo.
Modified files:
File: tcpdump/configure; Revision: 1.86;
Date: 2002/08/02 04:02:27; Author: guy; Lines: (+2 -2)
File: tcpdump/configure.in; Revision: 1.153;
Date: 2002/08/02 04:01:33; Author: guy; Lines: (+3 -3)
-------------------------------
Description:
Crank the version up to 3.8, as that's what the next release from this
tree will presumably be.
Modified files:
File: tcpdump/README; Revision: 1.63;
Date: 2002/08/02 04:43:57; Author: guy; Lines: (+2 -2)
File: tcpdump/VERSION; Revision: 1.7;
Date: 2002/08/02 04:43:57; Author: guy; Lines: (+1 -1)
-------------------------------
Description:
Crank the version up to 0.8, as that's what the next release from this
tree will be.
Modified files:
File: libpcap/README; Revision: 1.27;
Date: 2002/08/02 04:42:51; Author: guy; Lines: (+2 -2)
File: libpcap/VERSION; Revision: 1.5;
Date: 2002/08/02 04:42:52; Author: guy; Lines: (+1 -1)
-------------------------------
Description:
Only include in "tcpdump-stdinc.h" the headers that are actually needed
by most files in tcpdump.
Include <net/if.h> in "addrtoname.c", as it's needed there (but not
needed in other files, so it doesn't belong in "tcpdump-stdinc.h".
Put in explanatory comments in "tcpdump-stdinc.h".
Modified files:
File: tcpdump/addrtoname.c; Revision: 1.91;
Date: 2002/08/02 04:17:43; Author: guy; Lines: (+2 -1)
File: tcpdump/tcpdump-stdinc.h; Revision: 1.2;
Date: 2002/08/02 04:17:43; Author: guy; Lines: (+16 -12)
-------------------------------
Description:
Make the definitions of "strlcat()" and "strcpy()" prototype
definitions, to squelch warnings from some compilers.
Modified files:
File: tcpdump/missing/strlcat.c; Revision: 1.3;
Date: 2002/08/02 04:38:12; Author: guy; Lines: (+2 -5)
File: tcpdump/missing/strlcpy.c; Revision: 1.3;
Date: 2002/08/02 04:38:13; Author: guy; Lines: (+2 -5)
-------------------------------
Description:
Include "IP6_misc.h" even on UNIX if __MINGW32__ is defined, as had
been the case before the previous checkin.
Modified files:
File: libpcap/gencode.c; Revision: 1.172;
Date: 2002/08/02 05:53:53; Author: guy; Lines: (+12 -7)
File: libpcap/nametoaddr.c; Revision: 1.67;
Date: 2002/08/02 05:53:53; Author: guy; Lines: (+11 -4)
-------------------------------
Description:
Use <pcap-stdinc.h> only on Windows; on UNIX, selectively include, in
each source file, only the headers that file needs, and all the headers
it needs in order to compile on various platforms and not to get any
avoidable compiler warnings on those platforms (as well as any
incomplete structure definitions needed to avoid those warnings).
That also means that <pcap.h> doesn't include <pcap-stdinc.h> on UNIX;
we don't want it to include <pcap-stdinc.h>, at least on UNIX, as doing
so
1) would mean we'd have to install that, so that programs can
build with libpcap
and
2) would mean that programs including <pcap.h> would drag in a
bunch of header files that they don't need.
Put a newline at the end of "inet.c" - the Sun C compiler doesn't like
it if the last line doesn't end with a newline.
Modified files:
File: libpcap/gencode.c; Revision: 1.171;
Date: 2002/08/02 03:44:19; Author: guy; Lines: (+14 -1)
File: libpcap/grammar.y; Revision: 1.74;
Date: 2002/08/02 03:44:20; Author: guy; Lines: (+13 -1)
File: libpcap/inet.c; Revision: 1.52;
Date: 2002/08/02 03:44:20; Author: guy; Lines: (+15 -2)
File: libpcap/nametoaddr.c; Revision: 1.66;
Date: 2002/08/02 03:44:20; Author: guy; Lines: (+12 -1)
File: libpcap/pcap-stdinc.h; Revision: 1.2;
Date: 2002/08/02 03:44:20; Author: guy; Lines: (+0 -19)
File: libpcap/pcap.c; Revision: 1.41;
Date: 2002/08/02 03:44:21; Author: guy; Lines: (+9 -2)
File: libpcap/pcap.h; Revision: 1.37;
Date: 2002/08/02 03:44:21; Author: guy; Lines: (+6 -1)
File: libpcap/scanner.l; Revision: 1.89;
Date: 2002/08/02 03:44:21; Author: guy; Lines: (+6 -1)
File: libpcap/bpf/net/bpf_filter.c; Revision: 1.38;
Date: 2002/08/02 03:44:22; Author: guy; Lines: (+14 -1)
-------------------------------
Description:
Make "mobility_opt_print()" static, as it's not used outside
"print-mobility.c".
Make sure "mobility_print()" returns a valid value even if there's no
data available in the mobility header - but note that the value isn't
used. (Is there ever a need to use the value?)
Modified files:
File: tcpdump/print-ip6.c; Revision: 1.25;
Date: 2002/08/02 04:10:14; Author: guy; Lines: (+5 -1)
File: tcpdump/print-mobility.c; Revision: 1.4;
Date: 2002/08/02 04:10:14; Author: guy; Lines: (+18 -3)
=====================================================
Log entries
=====================================================
Description:
Add Loris Digioanni, as he's credited as the main programmer on the
WinPcap credits page.
Modified files:
File: libpcap/CREDITS; Revision: 1.44;
Date: 2002/08/02 04:31:19; Author: guy; Lines: (+1 -0)
-------------------------------
Description:
Put the new files for Win32 into the tarball.
Modified files:
File: libpcap/FILES; Revision: 1.20;
Date: 2002/08/02 04:27:26; Author: guy; Lines: (+3 -0)
-------------------------------
Description:
Put in a comment on an #endif, as the #else has one.
Modified files:
File: libpcap/grammar.y; Revision: 1.75;
Date: 2002/08/02 05:11:13; Author: guy; Lines: (+2 -2)
-------------------------------
Description:
Get rid of a bogus */ in the middle of a comment.
Modified files:
File: libpcap/lbl/os-osf5.h; Revision: 1.2;
Date: 2002/08/02 03:24:15; Author: guy; Lines: (+2 -2)
-------------------------------
Description:
Add prototypes for routines now exported to other parts of libpcap from
"inet.c".
Modified files:
File: libpcap/pcap-int.h; Revision: 1.39;
Date: 2002/08/02 03:25:32; Author: guy; Lines: (+4 -2)
-------------------------------
Description:
Fix up the note on enabling packet capture to refer to "the
packetfilter(4) man page" rather than "man packetfilter(4)".
"end_dev_type" in "struct endevp" is a "u_char"; print it with "%u", not
"%lu".
Modified files:
File: libpcap/pcap-pf.c; Revision: 1.68;
Date: 2002/08/02 03:28:05; Author: guy; Lines: (+3 -3)
-------------------------------
Description:
Strangely, the file seems to be truncated after its commit on cvs.tcpdump.org. This
update should fix the problem.
Modified files:
File: libpcap/pcap-stdinc.h; Revision: 1.3;
Date: 2002/08/02 09:07:07; Author: risso; Lines: (+19 -0)
-------------------------------
Description:
Add Loris Digioanni, as he's credited as the main programmer on the
WinDump credits page.
Modified files:
File: tcpdump/CREDITS; Revision: 1.59;
Date: 2002/08/02 04:32:59; Author: guy; Lines: (+1 -0)
-------------------------------
Description:
Put "tcpdump-stdinc.h" into the tarball.
Modified files:
File: tcpdump/FILES; Revision: 1.41;
Date: 2002/08/02 04:40:52; Author: guy; Lines: (+1 -0)
-------------------------------
Description:
Clean up comments.
Modified files:
File: tcpdump/decnet.h; Revision: 1.9;
Date: 2002/08/02 04:35:57; Author: guy; Lines: (+3 -3)
-------------------------------
Description:
"bgp_vpn_rd_print()" returns a pointer into a buffer of "char"s, so it
should return "char *" (this change squelches some compiler warnings).
Modified files:
File: tcpdump/print-bgp.c; Revision: 1.45;
Date: 2002/08/02 04:04:37; Author: guy; Lines: (+2 -2)
-------------------------------
Description:
Get rid of an argument to "printf()" that didn't have a matching format
item.
Modified files:
File: tcpdump/print-dhcp6.c; Revision: 1.22;
Date: 2002/08/02 04:05:51; Author: guy; Lines: (+2 -2)
-------------------------------
Description:
>From Motonori Shindo <[EMAIL PROTECTED]>: squelch warnings from some
compilers.
Modified files:
File: tcpdump/util.c; Revision: 1.78;
Date: 2002/08/02 04:22:11; Author: guy; Lines: (+2 -2)
=====================================================
Summary of modified files
=====================================================
File: libpcap/CREDITS
Revisions: 1.44
Authors: guy (+1 -0)
-------------------------------
File: libpcap/FILES
Revisions: 1.20
Authors: guy (+3 -0)
-------------------------------
File: libpcap/README
Revisions: 1.27
Authors: guy (+2 -2)
-------------------------------
File: libpcap/VERSION
Revisions: 1.5
Authors: guy (+1 -1)
-------------------------------
File: libpcap/bpf/net/bpf_filter.c
Revisions: 1.38
Authors: guy (+14 -1)
-------------------------------
File: libpcap/gencode.c
Revisions: 1.172, 1.171
Authors: guy (+12 -7), guy (+14 -1)
-------------------------------
File: libpcap/grammar.y
Revisions: 1.75, 1.74
Authors: guy (+2 -2), guy (+13 -1)
-------------------------------
File: libpcap/inet.c
Revisions: 1.52
Authors: guy (+15 -2)
-------------------------------
File: libpcap/lbl/os-osf5.h
Revisions: 1.2
Authors: guy (+2 -2)
-------------------------------
File: libpcap/nametoaddr.c
Revisions: 1.67, 1.66
Authors: guy (+11 -4), guy (+12 -1)
-------------------------------
File: libpcap/pcap-int.h
Revisions: 1.39
Authors: guy (+4 -2)
-------------------------------
File: libpcap/pcap-pf.c
Revisions: 1.68
Authors: guy (+3 -3)
-------------------------------
File: libpcap/pcap-stdinc.h
Revisions: 1.3, 1.2
Authors: risso (+19 -0), guy (+0 -19)
-------------------------------
File: libpcap/pcap.c
Revisions: 1.41
Authors: guy (+9 -2)
-------------------------------
File: libpcap/pcap.h
Revisions: 1.37
Authors: guy (+6 -1)
-------------------------------
File: libpcap/scanner.l
Revisions: 1.89
Authors: guy (+6 -1)
-------------------------------
File: tcpdump/CREDITS
Revisions: 1.59
Authors: guy (+1 -0)
-------------------------------
File: tcpdump/FILES
Revisions: 1.41
Authors: guy (+1 -0)
-------------------------------
File: tcpdump/README
Revisions: 1.63
Authors: guy (+2 -2)
-------------------------------
File: tcpdump/VERSION
Revisions: 1.7
Authors: guy (+1 -1)
-------------------------------
File: tcpdump/addrtoname.c
Revisions: 1.91
Authors: guy (+2 -1)
-------------------------------
File: tcpdump/configure
Revisions: 1.86
Authors: guy (+2 -2)
-------------------------------
File: tcpdump/configure.in
Revisions: 1.153
Authors: guy (+3 -3)
-------------------------------
File: tcpdump/decnet.h
Revisions: 1.9
Authors: guy (+3 -3)
-------------------------------
File: tcpdump/missing/strlcat.c
Revisions: 1.3
Authors: guy (+2 -5)
-------------------------------
File: tcpdump/missing/strlcpy.c
Revisions: 1.3
Authors: guy (+2 -5)
-------------------------------
File: tcpdump/print-bgp.c
Revisions: 1.45
Authors: guy (+2 -2)
-------------------------------
File: tcpdump/print-dhcp6.c
Revisions: 1.22
Authors: guy (+2 -2)
-------------------------------
File: tcpdump/print-ip6.c
Revisions: 1.25
Authors: guy (+5 -1)
-------------------------------
File: tcpdump/print-mobility.c
Revisions: 1.4
Authors: guy (+18 -3)
-------------------------------
File: tcpdump/tcpdump-stdinc.h
Revisions: 1.2
Authors: guy (+16 -12)
-------------------------------
File: tcpdump/util.c
Revisions: 1.78
Authors: guy (+2 -2)
--
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