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
Eric Leblond 9c47ada771 Add removal safe TAILQ iterator.
TAILQ_FOREACH macro was not safe for element removal as it was
accessing the next element in case of a free. This patch is inspired
by Linux list handling and provide a new macro TAILQ_FOREACH_SAFE.
This macro is removal safe and only differs by a last argument being
a temporaty pointer to an element.
14 years ago
benches
contrib Add contrib dir and it's content to the dist. Bug 567 14 years ago
doc Clean up and update bundled docs 14 years ago
libhtp Added parentheses to fix Eclipse static code analysis 14 years ago
m4 Prelude plugin: add detection in configure script 17 years ago
qa coccinelle: fix distcheck 14 years ago
rules http: add event for libhtp detection of request port not matching tcp port. 14 years ago
scripts unix-command: add iface information command. 14 years ago
src Add removal safe TAILQ iterator. 14 years ago
.gitignore Import .gitignore file. 16 years ago
COPYING
ChangeLog Update changelog to reflect 1.4beta3 changes. 14 years ago
LICENSE import of gplv2 LICENSE 17 years ago
Makefile.am unix-manager: add unix command socket and associated script 14 years ago
Makefile.cvs
acsite.m4
autogen.sh OpenBSD 5.2 build fixes, Unit test fix. 14 years ago
classification.config Import of classification.config 16 years ago
configure.ac clang: make atomics work 14 years ago
doxygen.cfg doxygen: generate doc for acquisition modules 14 years ago
mkinstalldirs Update autojunk.sh + build update. 17 years ago
reference.config Add md5 to reference.config. 15 years ago
suricata.yaml.in unix-manager: add unix command socket and associated script 14 years ago
threshold.config threshold: improve comments of shipped threshold.config, add links to wiki. 14 years ago