mirror of https://github.com/OISF/suricata
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.
As UDP streams getting probed, a stream that does not appear to be DNS at first, may have a single packet that does look close enough to DNS to be picked up as DNS causing every subsequent packet to result in a parser error. To mitigate this, probe every incoming DNS message header for validity before continuing onto the body. If the header doesn't validate as DNS, just ignore the packet so no parse error is registered. |
4 years ago | |
|---|---|---|
| .. | ||
| .cargo | ||
| derive | 5 years ago | |
| src | 4 years ago | |
| .gitignore | 5 years ago | |
| Cargo.toml.in | 4 years ago | |
| Makefile.am | 4 years ago | |
| cbindgen.toml | 4 years ago | |
| rustfmt.toml | 6 years ago | |