Feature #2672
Split out DHCP parser to be reusable
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Effort:
Difficulty:
Description
Suricata has a built-in DHCP parser written in Rust.
Splitting this out into a dedicated crate can allow leverage/collaboration between Suricata and other projects.
History
#1 Updated by Ed Page about 1 month ago
Looks like a DHCP parser exists today, https://crates.io/crates/dhcp_parser
I've not yet looked into it to see what its maturity is nor have I contacted the author yet about collaboration.