ystero-dev / scalpel

Packet Dissection and sculpting in Rust
Other
3 stars 6 forks source link

Supporting IP Options in the packet dissection #34

Closed gabhijit closed 6 months ago

gabhijit commented 7 months ago

Currently we have a support for IP header parsing without IP options. It will be a good idea to support IP options. It's a good idea to support parsing the following options at-least -

  1. Record Route
  2. MTU Probe
  3. MTU Reply
aadilshabier commented 6 months ago

Hey, I would like to take this up.

gabhijit commented 6 months ago

@aadilshabier : Sure feel free to go ahead. In the context of this issue, let's just support these three IP options. You are welcome to support additional, but those can otherwise be handled in a separate issue and PR.