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
pilcrow f5017e0d1a Always try PCRE_NO_AUTO_CAPTURE first for signature regexes.
Many, many pcre: signatures specify (...) when the more efficient
(?:...) is all that is needed.  This change attempts to force
PCRE_NO_AUTO_CAPTURE on all unnamed capture groups, reverting to
capturing when necessary, e.g., when \1 is referenced.
14 years ago
benches
doc Support for PF_RING versions where packet passed as a reference and version 4.7.1 where pfring_enable_ring now seems to be required. 14 years ago
libhtp libhtp/m4 dir won't be created on CentOS 5.3 by autogen.sh, so work around that by having it in git 14 years ago
m4
qa Profiling: add accounting for several detection phases. 14 years ago
rules Add signature file for stream events. 14 years ago
src Always try PCRE_NO_AUTO_CAPTURE first for signature regexes. 14 years ago
.gitignore
COPYING
ChangeLog
LICENSE
Makefile.am
Makefile.cvs
acsite.m4
autogen.sh
classification.config
configure.in Update PCRE JIT code to support official JIT implementation in pcre-8.20-RC1. 14 years ago
depcomp
doxygen.cfg
install-sh
missing
mkinstalldirs
reference.config
suricata.yaml Add reference to events sig files in suricata YAML config. 14 years ago