An open API service indexing awesome lists of open source software.

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.

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
```