https://github.com/girkovarpa/raw-socket-sniffer-rs
Capture network packets without 3rd party libraries on Windows.
https://github.com/girkovarpa/raw-socket-sniffer-rs
cap internet libpcap network packet-capture packet-sniffer pcap port rust windows winpcap
Last synced: about 2 months ago
JSON representation
Capture network packets without 3rd party libraries on Windows.
- Host: GitHub
- URL: https://github.com/girkovarpa/raw-socket-sniffer-rs
- Owner: GirkovArpa
- License: mit
- Created: 2021-02-20T06:17:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T06:18:00.000Z (over 5 years ago)
- Last Synced: 2025-03-18T02:47:39.712Z (over 1 year ago)
- Topics: cap, internet, libpcap, network, packet-capture, packet-sniffer, pcap, port, rust, windows, winpcap
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raw-socket-sniffer-rs
Rust port of this C repo:
https://github.com/nospaceships/raw-socket-sniffer
Progress halted due to a bug with the `winapi` crate:
```rust
let in_addr_S_un = winapi::shared::inaddr::in_addr_S_un {};
// cannot construct `in_addr_S_un` with struct literal syntax due to inaccessible fields
```