Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metalbear-co/rawsocket
Rust Library for capturing raw packets
https://github.com/metalbear-co/rawsocket
Last synced: 7 days ago
JSON representation
Rust Library for capturing raw packets
- Host: GitHub
- URL: https://github.com/metalbear-co/rawsocket
- Owner: metalbear-co
- License: other
- Created: 2022-10-06T20:21:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T17:50:56.000Z (about 2 years ago)
- Last Synced: 2023-03-04T00:43:58.602Z (over 1 year ago)
- Language: Rust
- Size: 38.1 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rawsocket
rawsocket is a library for capturing raw traffic from interface on Linux.
The library could be ported to support other platforms, but it's main advantage is not being dependenant on libpcap and async support.