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 a2b502a30c Formatting change for function call.
Put open brace { for function on a new line to match coding standard.

Changed:

int foo(int x) {
}

to:

int foo(int x)
{
}
12 years ago
benches Initial add of the files. 16 years ago
contrib Add one shot run option to suri-graphite. 12 years ago
doc
m4
qa coccinelle: dynamic testing through make check 12 years ago
rules vlan: add rule for new 'too many layers' event 12 years ago
scripts
src Formatting change for function call. 12 years ago
.gitignore unittest: make check use a qa/log dir for logging 12 years ago
COPYING
ChangeLog Update changelog for 2.0beta1 12 years ago
LICENSE
Makefile.am autotools: workaround on partial cleaning 12 years ago
Makefile.cvs
acsite.m4
autogen.sh
classification.config
config.rpath Add file needed for some autotools version. 12 years ago
configure.ac Fix typo in configure.ac echo message 12 years ago
doxygen.cfg
mkinstalldirs
reference.config
suricata.yaml.in Add TILE-Gx mPIPE packet processing support. 12 years ago
threshold.config