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
Anoop Saldanha 8c1e855632 fix for bug #970(ac-gfbs).
Content strings that are a duplicate of a pattern from another sig, but
have a fast_pattern chop being applied, would end up being assigned the
same pattern id as the duplicate string.  But the string supplied to the
mpm would be the chopped string, which might result in the state_table
output_state content entry being over-riden by the the fuller string at
the final state of the smaller content length, because of which during a
match we might end up inspecting the search buffer against the fuller
content pattern, instead of the chopped pattern, which would end up being
an inspection beyond the buffer bounds.
12 years ago
benches Initial add of the files. 17 years ago
contrib Add one shot run option to suri-graphite. 13 years ago
doc Update docs from wiki 13 years ago
m4 Prelude plugin: add detection in configure script 16 years ago
qa prscript: add verbose option 12 years ago
rules vlan: add rule for new 'too many layers' event 13 years ago
scripts suricatasc: fix make distcheck. 13 years ago
src fix for bug #970(ac-gfbs). 12 years ago
.gitignore unittest: make check use a qa/log dir for logging 13 years ago
COPYING Initial add of the files. 17 years ago
ChangeLog Update changelog for 2.0beta1 13 years ago
LICENSE import of gplv2 LICENSE 16 years ago
Makefile.am Use wget or curl to download ruleset. 12 years ago
Makefile.cvs Initial add of the files. 17 years ago
acsite.m4 Added C99 defs/macros to acsite.m4 for CentOS 17 years ago
autogen.sh OpenBSD 5.2 build fixes, Unit test fix. 13 years ago
classification.config Import of classification.config 16 years ago
config.rpath Add file needed for some autotools version. 13 years ago
configure.ac Add a fallback memrchr implementation for those platforms that dont support it. Bug #963. 12 years ago
doxygen.cfg Adding an updated doxygen config file, because the old one was created a couple major versions ago. 13 years ago
mkinstalldirs Update autojunk.sh + build update. 16 years ago
reference.config Add md5 to reference.config. 14 years ago
suricata.yaml.in Modified suricata configuration 12 years ago
threshold.config threshold: improve comments of shipped threshold.config, add links to wiki. 13 years ago