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.
To recognize a protocol, Suricata first looks for patterns, which can be confirmed by a probing parser. If this does not work, Suricata can try to run some probing parsers on some ports. This is the case for SMB. This commit makes handling the confirming and the probing paser differently even if they share much code. The confirmation parser knows that a pattern has been found. So, it must not do the midstream case of looking for this pattern in the whole buffer, but only check it at the beginning. But it must reverse direction if needed. |
3 years ago | |
---|---|---|
.. | ||
.cargo | 6 years ago | |
derive | 3 years ago | |
src | 3 years ago | |
.gitignore | 4 years ago | |
Cargo.toml.in | 3 years ago | |
Makefile.am | 3 years ago | |
cbindgen.toml | 4 years ago | |
rustfmt.toml | 5 years ago |