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 1db4aadd16 Supress usage of Packet declaration in tests.
For convenience, a massive usage of 'Packet p;' declaration has
been done in the tests function. Although this was completely
legal, this is not possible anymore because of the new Packet
allocation structure. This massive patch modifies all suricata
files to use a SCMalloc allocated pointer to Packet instead.

This patch has been done using coccinelle (http://coccinelle.lip6.fr)
which is a semantic patching tool. This ensures that things like call
to SCFree() should have not been forget because the semantic patch
explicitly forces the call to SCFree(p) before each return. With this
patch all unittests are running fine with a small and a big default
packet size.
16 years ago
benches Initial add of the files. 17 years ago
doc Doc update for EPEL install link 16 years ago
libhtp Apply revision 233 and 234 from libhtp to improve memory handling when Suricata runs out of memory. 16 years ago
m4 Prelude plugin: add detection in configure script 17 years ago
qa small operator fixes to qa script 16 years ago
src Supress usage of Packet declaration in tests. 16 years ago
.gitignore Import .gitignore file. 16 years ago
COPYING Initial add of the files. 17 years ago
ChangeLog Initial add of the files. 17 years ago
LICENSE import of gplv2 LICENSE 17 years ago
Makefile.am Add missing 'reference' to reference.config to Makefile.am. 16 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 Add initial support for reading packets from a DAG card, we only support reading from a single stream at this time. 16 years ago
classification.config Import of classification.config 17 years ago
config.h.in Libcap-ng support by Gurvinder Singh and myself. Basic support for per thread caps is added, but not activated as it doesn't seem to work yet. Work around for incompatibility between libnet 1.1 and libcap-ng added. 16 years ago
configure.in Use a different way of getting a short git rev that is compatible to older git versions. 16 years ago
depcomp Update autojunk.sh + build update. 17 years ago
doxygen.cfg more project name updates 17 years ago
install-sh Update autojunk.sh + build update. 17 years ago
missing Update autojunk.sh + build update. 17 years ago
mkinstalldirs Update autojunk.sh + build update. 17 years ago
reference.config Add the ET reference.config file as a default 16 years ago
suricata.yaml Modify Packet structure and prepare accessor. 16 years ago