CVS log entries from 02.01.2001 (Tue) 10:06:36 - 03.01.2001 (Wed) 10:06:41 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
        File: tcpdump/print-ip.c; Revisions: 1.92
        File: tcpdump/interface.h; Revisions: 1.149
        File: tcpdump/configure.in; Revisions: 1.131
        File: tcpdump/missing/snprintf.c; Revisions: 1.4
        File: tcpdump/CREDITS; Revisions: 1.16, 1.15
        File: tcpdump/aclocal.m4; Revisions: 1.73
        File: libpcap/pcap-linux.c; Revisions: 1.51
        File: tcpdump/config.h.in; Revisions: 1.26
        File: tcpdump/configure; Revisions: 1.53
        File: libpcap/pcap.3; Revisions: 1.16
        File: tcpdump/print-domain.c; Revisions: 1.64

=====================================================
Combined list of identical log entries
=====================================================
Description:
When printing VRRP packets, show the source and destination IP addresses
if "-v" was specified.  From OpenBSD.
Modified files:
        File: tcpdump/CREDITS; Revision: 1.16;
        Date: 2001/01/02 23:00:00; Author: guy; Lines: (+1 -0)
        File: tcpdump/print-ip.c; Revision: 1.92;
        Date: 2001/01/02 23:00:01; Author: guy; Lines: (+5 -1)
-------------------------------
Description:
Patch from Pekka Savola <[EMAIL PROTECTED]> to keep from dragging in our
version of "snprintf()" unless the platform on which we're running lacks
"snprintf()" or "vsnprintf()" - if it lacks one of the "asprintf" family
of routines, we don't drag it in, as we don't use those routines.
Modified files:
        File: tcpdump/CREDITS; Revision: 1.15;
        Date: 2001/01/02 22:36:50; Author: guy; Lines: (+1 -0)
        File: tcpdump/config.h.in; Revision: 1.26;
        Date: 2001/01/02 22:47:04; Author: guy; Lines: (+0 -12)
        File: tcpdump/configure; Revision: 1.53;
        Date: 2001/01/02 22:47:05; Author: guy; Lines: (+3 -3)
        File: tcpdump/configure.in; Revision: 1.131;
        Date: 2001/01/02 22:36:50; Author: guy; Lines: (+3 -3)
        File: tcpdump/interface.h; Revision: 1.149;
        Date: 2001/01/02 22:47:06; Author: guy; Lines: (+1 -21)
=====================================================
Log entries
=====================================================
Description:
Remove the "select()" from the code path for reading live captures on
Linux; Linux isn't the only platform whose kernel doesn't support a
read timeout, and even some that *do* don't start the timer until at
least one packet has arrived (Solaris, for example), so no portable
application can depend on "pcap_dispatch()", say, blocking for no longer
than the timeout - they must do a "select()" themselves.  For
applications that do the "select()" themselves, or that don't need the
timeout for polling (tcpdump, for example), doing a "select()" in
libpcap just adds another system call to the code path.
Modified files:
        File: libpcap/pcap-linux.c; Revision: 1.51;
        Date: 2001/01/03 01:06:16; Author: guy; Lines:  (+4 -80)
-------------------------------
Description:
Fix the description of "pcap_dispatch()" and "pcap_loop()" to reflect
reality ("pcap_dispatch()", on a live capture, never reads more than one
bufferful of packets).

Break the description of "pcap_dispatch()" into multiple paragraphs.

Move the description of "pcap_loop()" right after the descriptionof
"pcap_dispatch()", and note that "pcap_dump()" can be used as the
callback function for either of them.
Modified files:
        File: libpcap/pcap.3; Revision: 1.16;
        Date: 2001/01/03 00:57:56; Author: guy; Lines:  (+65 -53)
-------------------------------
Description:
Fix indentation.
Modified files:
        File: tcpdump/aclocal.m4; Revision: 1.73;
        Date: 2001/01/02 22:18:27; Author: guy; Lines:  (+2 -2)
-------------------------------
Description:
As GCC "2.96" notes, "`short int' is promoted to `int' when passed
through `...'", and therefore "...you should pass `int' not `short int'
to `va_arg'".

GCC "2.96" apparently fails to compile code that passes "short int" to
"va_arg()", and Red Hat Linux 7.0 uses GCC "2.96", so we fix this, as
per Pekka Savola's note.
Modified files:
        File: tcpdump/missing/snprintf.c; Revision: 1.4;
        Date: 2001/01/02 22:33:04; Author: guy; Lines:  (+3 -3)
-------------------------------
Description:
Remove some uninitialized variable complaints.
Modified files:
        File: tcpdump/print-domain.c; Revision: 1.64;
        Date: 2001/01/02 23:24:51; Author: guy; Lines:  (+3 -3)
=====================================================
Summary of modified files
=====================================================
File: libpcap/pcap-linux.c
Revisions: 1.51
Authors: guy (+4 -80)
-------------------------------
File: libpcap/pcap.3
Revisions: 1.16
Authors: guy (+65 -53)
-------------------------------
File: tcpdump/CREDITS
Revisions: 1.16, 1.15
Authors: guy (+1 -0), guy (+1 -0)
-------------------------------
File: tcpdump/aclocal.m4
Revisions: 1.73
Authors: guy (+2 -2)
-------------------------------
File: tcpdump/config.h.in
Revisions: 1.26
Authors: guy (+0 -12)
-------------------------------
File: tcpdump/configure
Revisions: 1.53
Authors: guy (+3 -3)
-------------------------------
File: tcpdump/configure.in
Revisions: 1.131
Authors: guy (+3 -3)
-------------------------------
File: tcpdump/interface.h
Revisions: 1.149
Authors: guy (+1 -21)
-------------------------------
File: tcpdump/missing/snprintf.c
Revisions: 1.4
Authors: guy (+3 -3)
-------------------------------
File: tcpdump/print-domain.c
Revisions: 1.64
Authors: guy (+3 -3)
-------------------------------
File: tcpdump/print-ip.c
Revisions: 1.92
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:[EMAIL PROTECTED]?body=unsubscribe

Reply via email to