ndisapi-rs icon indicating copy to clipboard operation
ndisapi-rs copied to clipboard

Rust crate for interacting with the Windows Packet Filter driver.

Results 1 ndisapi-rs issues
Sort by recently updated
recently updated
newest added

I am occasionally getting `The parameter is incorrect (0x80070057)` errors when trying to call `driver.read_packet`. I see [in the examples ](https://github.com/wiresock/ndisapi-rs/blob/1fc6cbff6a10fbef71b9b60aed5dfb74fad6e30c/examples/passthru.rs#L95)errors from `read_packet` are used to determine when to reset...