CVS log entries from 24.08.2001 (Fri) 09:05:32 - 25.08.2001 (Sat) 09:05:29 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
        File: libpcap/pcap-linux.c; Revisions: 1.65, 1.64
        File: libpcap/CREDITS; Revisions: 1.30

=====================================================
Combined list of identical log entries
=====================================================
Description:
Patch, based on a patch from Pavel Kankovsky <[EMAIL PROTECTED]>, to flush all
packets queued up on the socket when we set a kernel filter on the
socket, so that if there are any queue-up packets that wouldn't have
passed the new filter, we don't see them.  (Some other packet capture
mechanisms do this automatically; this prevents tcpdump, for example,
from showing or saving, when run with a filter, some packets that
wouldn't have passed the filter.)

XXX - do we have to do this on any other platforms?

Choose whether to compile in the code to modify filter programs for use
in the kernel, and to flush queued-up packet and set a kernel filter, on
whether SO_ATTACH_FILTER is defined (i.e., on whether we have kernel
filter support in our build environment), rather than on whether
HAVE_PF_PACKET_SOCKETS is defined (i.e., on whether we have PF_PACKET
support in our build environment), as we choose whether to *use* that
code based on whether SO_ATTACH_FILTER is defined.
Modified files:
        File: libpcap/CREDITS; Revision: 1.30;
        Date: 2001/08/25 05:08:26; Author: guy; Lines: (+1 -0)
        File: libpcap/pcap-linux.c; Revision: 1.65;
        Date: 2001/08/25 05:08:26; Author: guy; Lines: (+105 -4)
=====================================================
Log entries
=====================================================
Description:
In "pcap_read_packet()", always use "handle->buffer + handle->offset" as
the pointer to the beginning of the link-layer header; never use just
"handle->buffer", as, if "handle->offset" is non-zero (as is the case
with many link-layer types, including Ethernet), "handle->buffer"
doesn't point to the beginning of the link-layer header.
Modified files:
        File: libpcap/pcap-linux.c; Revision: 1.64;
        Date: 2001/08/24 09:27:14; Author: guy; Lines:  (+7 -5)
=====================================================
Summary of modified files
=====================================================
File: libpcap/CREDITS
Revisions: 1.30
Authors: guy (+1 -0)
-------------------------------
File: libpcap/pcap-linux.c
Revisions: 1.65, 1.64
Authors: guy (+105 -4), guy (+7 -5)
-- 
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