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 1b03633923 Unified2: Use local variable for header copy
Due to the chaining of function call, the per-thread buffer was overwritten.
This was causing invalid data to be output.

This patch restores a local variable usage for the writing of the header
which are rather small and thus should not be a performance and security
issue.
15 years ago
benches
doc Updating pkconfig install on macosx 16 years ago
libhtp Change libhtp configure to not enable debug when suricata does. 15 years ago
m4 Prelude plugin: add detection in configure script 16 years ago
qa small operator fixes to qa script 16 years ago
src Unified2: Use local variable for header copy 15 years ago
COPYING
ChangeLog
LICENSE import of gplv2 LICENSE 17 years ago
Makefile.am add missing docs to Makefile.am 16 years ago
Makefile.cvs
acsite.m4
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 16 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 Bump version to 1.0.3 15 years ago
depcomp Update autojunk.sh + build update. 16 years ago
doxygen.cfg
install-sh Update autojunk.sh + build update. 16 years ago
missing Update autojunk.sh + build update. 16 years ago
mkinstalldirs Update autojunk.sh + build update. 16 years ago
suricata.yaml Fix asn1 decoder frame oob mem. Adding max stack frames to suricata.yaml 16 years ago