aman Reddy wrote:
can anyone please tell me the difference between pcap_dispatch and pcap_loop.
To quote the current CVS libpcap man page:
pcap_dispatch() is used to collect and process packets. cnt specifies
the maximum number of packets to process before returning. This is not
a minimum num
Karsten Keil wrote:
But here is a new DLT_PPP_WITHDIRECTION which handle this like the
old libpcap. All you have to do is, to change pppd filter code to
use DLT_PPP_WITHDIRECETION instead of DLT_PPP.
As it's somewhat Linux-specific, I've renamed it to
DLT_LINUX_PPP_WITHDIRECTION in a recent CVS ch
Guy Harris wrote:
Hannes Gredler wrote:
i have checked in support for the new DLT_PPP_WITH_DIRECTION (166) and
LINKTYPE_PPP_WITH_DIRECTION (166)
Hmm. From what Karsten says, it's a bit special, with the 0xff in the
HDLC-like header replaced by a direction fla
(Sorry about letting this one slip through the cracks)
Gisle Vanem wrote:
"Guy Harris" wrote:
Does anything other than tcpdump.c and util.c need ? If not,
then there's no need to include in tcpdump-stdinc.h - you
can just move the include of in tcpdump.c outside of the
#ifndef WIN32.
tcpd
CVS log entries from 29.01.2005 (Sat) 10:06:36 - 30.01.2005 (Sun) 10:06:58 GMT
=
Summary by authors
=
Author: guy
File: libpcap/fad-gifc.c; Revisions: 1.8
File: libpcap/fad-glifc.