#packet-capture #async-stream #pcap

sys pcap-async-sys

Async interface for packet capture, with both single and bridge streams

1 unstable release

0.1.0 Dec 10, 2019

#19 in #packet-capture

MIT license

5KB
57 lines

pcap-sys

Bindgen generated code from installed libpcap. If environment variable LIBPCAP_DIR is not set, will use pkg-config to locate libpcap. As a last resort, it will fall back to a path search.

FAQ

  • Cannot find "pcap.h" on an OSX system
    • Add system include to your path

      export PATH="/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include:$PATH"

No runtime deps

~0–2.4MB
~45K SLoC