wiresock / ndisapi-rs

Rust crate for interacting with the Windows Packet Filter driver.
https://www.ntkernel.com/windows-packet-filter/
Apache License 2.0
33 stars 4 forks source link

How to reconstruct an ImmediateBuffer from an IP packet? #26

Closed cavivie closed 1 month ago

cavivie commented 1 month ago

I'm currently working on a project where I need to reconstruct the original immediate buffer from pure IP data packets. However, I'm encountering difficulties in understanding the correct procedure or methodology to achieve this.

wiresock commented 1 month ago

https://github.com/wiresock/ndisapi/discussions/31