You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pcap crate has been replaced with direct bindings with pcap-sys to fix a regression due to a recent libpcap update that makes calling pcap_set_immediate_mode mandatory
The documentation and flags have been updated to be more obvious, -v has been documented more prominently and --detailed has been renamed to --debugging since it's mostly used for development
Fix a sandbox regression with rust 1.40 on arm
Updated dhcp4r dependency that resolves an issue that was found by fuzzing sniffglue
The noise filter is now more aggressive towards short packets