kpcyrd / sniffglue

Secure multithreaded packet sniffer
https://crates.io/crates/sniffglue
GNU General Public License v3.0
1.1k stars 95 forks source link

Adjust tests to match pktparse 0.7.1 behavior #108

Closed jamessan closed 2 years ago

jamessan commented 2 years ago

https://github.com/bestouff/pktparse-rs/commit/d0db75eccb77ae6898804c92a3b2806353657522 changed how the IHL header is reported. Update the tests accordingly and bump the pktparse dependency to 0.7.1.

kpcyrd commented 2 years ago

Thanks!