Lines Matching +full:capture +full:- +full:subsystem
3 **To report a security issue please send an e-mail to security@tcpdump.org.**
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
18 framework for low-level network monitoring. Applications include
21 for packet capture, and since we've developed several tools that
22 require this functionality, we've created this system-independent API
24 system-dependent packet capture modules in each application.
29 ftp://ftp.ee.lbl.gov/old/libpcap-0.4a7.tar.Z
34 with the OS's interface for packet capture on those platforms, such as
41 User-level Packet Capture''
42 ([compressed PostScript](https://www.tcpdump.org/papers/bpf-usenix93.ps.Z),
43 [gzipped PostScript](https://www.tcpdump.org/papers/bpf-usenix93.ps.gz),
44 [PDF](https://www.tcpdump.org/papers/bpf-usenix93.pdf)).
46 Although most packet capture interfaces support in-kernel filtering,
47 libpcap utilizes in-kernel filtering only for the BPF interface.
48 On systems that don't have BPF, all packets are read into user-space
52 with the underlying kernel subsystem, but this is not yet implemented.
63 See the [Linux-specific README](doc/README.linux) for more information.