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
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;
6 years ago
..
.cargo rust: make distcheck fixes 9 years ago
src dns/detect: dns.opcode keyword 6 years ago
.gitignore rust: build fixes and nom update 9 years ago
Cargo.toml.in protocol parser: rdp 6 years ago
Makefile.am configure: Remove enable-rust-debug 6 years ago
gen-c-headers.py dns/detect: dns.opcode keyword 6 years ago
rustfmt.toml rustfmt: use default rustfmt configuration 6 years ago