Crate rscap

Source
Expand description

Rust packet capture and manipulation utilities.

Modules§

bpfDragonFly BSD or FreeBSD or macOS or NetBSD or OpenBSD
(BSD/MacOS) Berkeley Packet Filter (BPF) packet capture and transmission interface.
filter
Cross-platform packet filtering utilities.
linuxLinux
(Linux) AF_PACKET/SOCK_RAW packet capture and transmission interface.
npcapWindows and npcap
(Windows) npcap packet capture and transmission interface.
pktmonWindows
(Windows 10/11) Packet Monitor (pktmon) packet capture interface.

Structs§

Interface
An identifier associated with a particular network device.
SnifferNon-Windows or npcap
A device capable of transmitting and receiving arbitrary link-layer (i.e., L2) packets.