meh / rust-packet

Network packet handling for Rust.
90 stars 27 forks source link

ipv4: do not panic parsing packet where flags are not set #24

Open billylindeman opened 4 months ago

billylindeman commented 4 months ago

Currently, on certain packets the flags function will cause a panic

fixes #23

billylindeman commented 3 months ago

@meh Any chance you can give this a review and merge it upstream?

billylindeman commented 3 months ago

bump @meh