You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust/src/dns
Jason Ish 870bf73380 dns: refactor function to get rrname to be safe
Make the function safe by returning a reference to the DNSName object,
the unsafe C wrapper can do the conversion to pointers.
6 months ago
..
detect.rs rust/direction: move direction to own file (cleanup) 8 months ago
dns.rs dns: refactor function to get rrname to be safe 6 months ago
log.rs rust: remove unneeded mut for tx in loggers 8 months ago
lua.rs dns: truncate names larger than 1025 characters 9 months ago
mod.rs lua: remove lua as a compile time feature 1 year ago
parser.rs dns: improved handling of corrupt additionals 8 months ago