Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community.
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.
 
 
 
 
 
 
Go to file
Ken Steele bee24d8909 Use pflow variable in place of p->flow to prevent reloading.
In SigMatchSignatures, the value p->flow doens't change, but GCC can't
figure that out, so it reloads p->flow many times during the function.
When p->flow is loaded into the variable pflow once at the start of the
function, the compile then doesn't need to reload it.
12 years ago
benches
contrib
doc
m4
qa Add DrMemory suppression for Bug #980. Suppress useless (likely) buggy leak message too 12 years ago
rules
scripts
src Use pflow variable in place of p->flow to prevent reloading. 12 years ago
.gitignore
COPYING
ChangeLog
LICENSE
Makefile.am dns: rules files was not installed 12 years ago
Makefile.cvs
acsite.m4
autogen.sh
classification.config
config.rpath
configure.ac pfring: workaround potential librt deps 12 years ago
doxygen.cfg
reference.config
suricata.yaml.in yaml: remove no more present files 12 years ago
threshold.config