tcpdump mailing list archives

Automatic report from sources (tcpdump libpcap htdocs) between 03.11.2003 - 04.11.2003 GMT


From: "Automatic cvs log generator /tcpdump/bin/makelog" <mcr () sandelman ottawa on ca>
Date: Tue, 4 Nov 2003 05:07:08 -0500 (EST)

CVS log entries from 03.11.2003 (Mon) 10:05:58 - 04.11.2003 (Tue) 10:05:56 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
        File: libpcap/pcap.c; Revisions: 1.63
        File: tcpdump/configure; Revisions: 1.112
        File: libpcap/pcap.h; Revisions: 1.45
        File: libpcap/pcap-pf.c; Revisions: 1.79
        File: libpcap/CREDITS; Revisions: 1.63
        File: libpcap/pcap-snit.c; Revisions: 1.66
        File: libpcap/pcap-win32.c; Revisions: 1.15
        File: tcpdump/aclocal.m4; Revisions: 1.98
        File: tcpdump/config.h.in; Revisions: 1.50
        File: libpcap/pcap-bpf.c; Revisions: 1.67
        File: libpcap/pcap.3; Revisions: 1.51, 1.50
        File: tcpdump/CREDITS; Revisions: 1.86
        File: tcpdump/tcpdump.c; Revisions: 1.216
        File: libpcap/pcap-int.h; Revisions: 1.55
        File: tcpdump/setsignal.c; Revisions: 1.9
        File: libpcap/pcap-nit.c; Revisions: 1.50
        File: libpcap/pcap-linux.c; Revisions: 1.97
        File: libpcap/savefile.c; Revisions: 1.92, 1.91
        File: libpcap/pcap-dag.c; Revisions: 1.10
        File: libpcap/pcap-dlpi.c; Revisions: 1.91
        File: libpcap/pcap-snoop.c; Revisions: 1.45

=====================================================
Combined list of identical log entries
=====================================================
Description:
Check whether we have "pcap_breakloop()", and use it if we do - it's a
safer way to terminate "pcap_loop()" in a signal handler (it just sets a
flag, it doesn't muck with data structures that might have been in the
middle of being updated).

Have "setsignal()" not request SA_RESTART, so that if we call
"pcap_breakloop()" in a signal handler and then return, we don't restart
a call that was waiting for captured packets, we just make that call
EINTR out.
Modified files:
        File: tcpdump/aclocal.m4; Revision: 1.98;
        Date: 2003/11/04 07:29:15; Author: guy; Lines: (+10 -2)
        File: tcpdump/config.h.in; Revision: 1.50;
        Date: 2003/11/04 07:30:10; Author: guy; Lines: (+3 -0)
        File: tcpdump/configure; Revision: 1.112;
        Date: 2003/11/04 07:30:11; Author: guy; Lines: (+117 -61)
        File: tcpdump/setsignal.c; Revision: 1.9;
        Date: 2003/11/04 07:29:16; Author: guy; Lines: (+26 -11)
        File: tcpdump/tcpdump.c; Revision: 1.216;
        Date: 2003/11/04 07:29:16; Author: guy; Lines: (+54 -14)
-------------------------------
Description:
Add a "pcap_breakloop()" API to break out of the loop in
"pcap_dispatch()" and "pcap_loop()".
Modified files:
        File: libpcap/pcap-bpf.c; Revision: 1.67;
        Date: 2003/11/04 07:05:32; Author: guy; Lines: (+35 -2)
        File: libpcap/pcap-dag.c; Revision: 1.10;
        Date: 2003/11/04 07:05:33; Author: guy; Lines: (+16 -3)
        File: libpcap/pcap-dlpi.c; Revision: 1.91;
        Date: 2003/11/04 07:05:33; Author: guy; Lines: (+33 -1)
        File: libpcap/pcap-int.h; Revision: 1.55;
        Date: 2003/11/04 07:05:34; Author: guy; Lines: (+3 -1)
        File: libpcap/pcap-linux.c; Revision: 1.97;
        Date: 2003/11/04 07:05:34; Author: guy; Lines: (+13 -1)
        File: libpcap/pcap-nit.c; Revision: 1.50;
        Date: 2003/11/04 07:05:35; Author: guy; Lines: (+21 -1)
        File: libpcap/pcap-pf.c; Revision: 1.79;
        Date: 2003/11/04 07:05:36; Author: guy; Lines: (+20 -1)
        File: libpcap/pcap-snit.c; Revision: 1.66;
        Date: 2003/11/04 07:05:36; Author: guy; Lines: (+21 -1)
        File: libpcap/pcap-snoop.c; Revision: 1.45;
        Date: 2003/11/04 07:05:37; Author: guy; Lines: (+14 -2)
        File: libpcap/pcap-win32.c; Revision: 1.15;
        Date: 2003/11/04 07:05:37; Author: guy; Lines: (+22 -1)
        File: libpcap/pcap.3; Revision: 1.50;
        Date: 2003/11/04 07:05:38; Author: guy; Lines: (+52 -4)
        File: libpcap/pcap.c; Revision: 1.63;
        Date: 2003/11/04 07:05:39; Author: guy; Lines: (+11 -1)
        File: libpcap/pcap.h; Revision: 1.45;
        Date: 2003/11/04 07:05:39; Author: guy; Lines: (+2 -1)
        File: libpcap/savefile.c; Revision: 1.92;
        Date: 2003/11/04 07:05:40; Author: guy; Lines: (+18 -1)
-------------------------------
Description:
From a Debian patch by Eric Anderson <anderse () hpl hp com>, give more
detail if we get a premature EOF when reading packet data.

Also, do the same check when reading the packet *header*, and check for
I/O errors as well.
Modified files:
        File: libpcap/CREDITS; Revision: 1.63;
        Date: 2003/11/04 01:49:07; Author: guy; Lines: (+1 -0)
        File: libpcap/savefile.c; Revision: 1.91;
        Date: 2003/11/04 01:49:08; Author: guy; Lines: (+41 -11)
=====================================================
Log entries
=====================================================
Description:
Add in some notes warning people about things they must do if using
"pcap_breakloop()".  (tcpdump had to be fixed to do both of them.)
Modified files:
        File: libpcap/pcap.3; Revision: 1.51;
        Date: 2003/11/04 07:37:02; Author: guy; Lines:  (+24 -2)
-------------------------------
Description:
Put in the entry for Scott Rose:

        The test for DNS message dnssec bit flags in the query and
        response are backwards.  The CD bit has meaning in a query, and
        the AD bit has meaning in a response.
Modified files:
        File: tcpdump/CREDITS; Revision: 1.86;
        Date: 2003/11/04 01:43:20; Author: guy; Lines:  (+1 -0)
=====================================================
Summary of modified files
=====================================================
File: libpcap/CREDITS
Revisions: 1.63
Authors: guy (+1 -0)
-------------------------------
File: libpcap/pcap-bpf.c
Revisions: 1.67
Authors: guy (+35 -2)
-------------------------------
File: libpcap/pcap-dag.c
Revisions: 1.10
Authors: guy (+16 -3)
-------------------------------
File: libpcap/pcap-dlpi.c
Revisions: 1.91
Authors: guy (+33 -1)
-------------------------------
File: libpcap/pcap-int.h
Revisions: 1.55
Authors: guy (+3 -1)
-------------------------------
File: libpcap/pcap-linux.c
Revisions: 1.97
Authors: guy (+13 -1)
-------------------------------
File: libpcap/pcap-nit.c
Revisions: 1.50
Authors: guy (+21 -1)
-------------------------------
File: libpcap/pcap-pf.c
Revisions: 1.79
Authors: guy (+20 -1)
-------------------------------
File: libpcap/pcap-snit.c
Revisions: 1.66
Authors: guy (+21 -1)
-------------------------------
File: libpcap/pcap-snoop.c
Revisions: 1.45
Authors: guy (+14 -2)
-------------------------------
File: libpcap/pcap-win32.c
Revisions: 1.15
Authors: guy (+22 -1)
-------------------------------
File: libpcap/pcap.3
Revisions: 1.51, 1.50
Authors: guy (+24 -2), guy (+52 -4)
-------------------------------
File: libpcap/pcap.c
Revisions: 1.63
Authors: guy (+11 -1)
-------------------------------
File: libpcap/pcap.h
Revisions: 1.45
Authors: guy (+2 -1)
-------------------------------
File: libpcap/savefile.c
Revisions: 1.92, 1.91
Authors: guy (+18 -1), guy (+41 -11)
-------------------------------
File: tcpdump/CREDITS
Revisions: 1.86
Authors: guy (+1 -0)
-------------------------------
File: tcpdump/aclocal.m4
Revisions: 1.98
Authors: guy (+10 -2)
-------------------------------
File: tcpdump/config.h.in
Revisions: 1.50
Authors: guy (+3 -0)
-------------------------------
File: tcpdump/configure
Revisions: 1.112
Authors: guy (+117 -61)
-------------------------------
File: tcpdump/setsignal.c
Revisions: 1.9
Authors: guy (+26 -11)
-------------------------------
File: tcpdump/tcpdump.c
Revisions: 1.216
Authors: guy (+54 -14)
-- 
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: