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 d79c23baa3 dns/detect: dns.opcode keyword
Add a rule keyword, dns.opcode to match on the opcode flag
found in the DNS request and response headers.

Only exact matches are allowed with negation.

Examples:
  - dns.opcode:4;
  - dns.opcode:!1;
7 years ago
..
detect.rs dns/detect: dns.opcode keyword 7 years ago
dns.rs dns: handle mid stream pickup on response packet 7 years ago
log.rs rust: update to Rust 2018 with cargo fix 7 years ago
lua.rs dns/rust - if let Some over options instead of loop. 8 years ago
mod.rs dns/detect: dns.opcode keyword 7 years ago
parser.rs rust: update to Rust 2018 with cargo fix 7 years ago