Lines Matching refs:libpcap
14 https://github.com/the-tcpdump-group/libpcap.git
16 This directory contains source code for libpcap, a system-independent
17 interface for user-level packet capture. libpcap provides a portable
28 Network Research Group <libpcap@ee.lbl.gov>
29 ftp://ftp.ee.lbl.gov/old/libpcap-0.4a7.tar.Z
38 The libpcap interface supports a filtering mechanism based on the
47 libpcap utilizes in-kernel filtering only for the BPF interface.
49 and the BPF filters are evaluated in the libpcap library, incurring
50 added overhead (especially, for selective filters). Ideally, libpcap
58 (which libpcap utilizes).
60 Linux has a number of BPF based systems, and libpcap does not support
65 ### Note to Linux distributions and *BSD systems that include libpcap:
70 It sets the soname of the library to `libpcap.so.1`; this is what it
71 should be, **NOT** `libpcap.so.1.x` or `libpcap.so.1.x.y` or something such as
74 We've been maintaining binary compatibility between libpcap releases for
75 quite a while; there's no reason to tie a binary linked with libpcap to
76 a particular release of libpcap.