https://github.com/protectwise/pcap-sys
https://github.com/protectwise/pcap-sys
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/protectwise/pcap-sys
- Owner: protectwise
- License: mit
- Created: 2018-11-16T22:30:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T20:13:35.000Z (over 6 years ago)
- Last Synced: 2025-04-12T21:42:27.851Z (about 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 3
- Watchers: 12
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pcap-sys
Bindgen generated code from installed libpcap. If environment variable `LIBPCAP_DIR` is not set, will use [pkg-config](https://docs.rs/crate/pkg-config/0.3.14) 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"