Feature #2673
Split out DNS parser to be reusable
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Effort:
Difficulty:
Description
Suricata has a built-in DHCP parser written in Rust, https://github.com/OISF/suricata/tree/master/rust/src/dns
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 there are a couple of existing DNS parsers that I've not evaluated