mirror of https://github.com/OISF/suricata
cybersecurityidsintrusion-detection-systemintrusion-prevention-systemipsnetwork-monitornetwork-monitoringnsmsecuritysuricatathreat-hunting
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.
The detection engine and log engines can walk the tx list indirectly, by looping AppLayerParserGetTx. This would lead to new list walks in the DNS tx list though. Leading to bad performance. This patch stores the last returned tx and uses that to determine if the next tx is what we need next. If so, we can return that w/o list walk. |
11 years ago | |
---|---|---|
benches | ||
contrib | ||
doc | ||
lua | ||
m4 | ||
qa | ||
rules | ||
scripts | 11 years ago | |
src | 11 years ago | |
.gitignore | ||
.travis.yml | ||
COPYING | ||
ChangeLog | ||
LICENSE | ||
Makefile.am | ||
Makefile.cvs | ||
acsite.m4 | ||
autogen.sh | ||
classification.config | ||
config.rpath | ||
configure.ac | ||
doxygen.cfg | ||
reference.config | ||
suricata.yaml.in | 11 years ago | |
threshold.config |