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 699d9e01f1 Move memset() out of PACKET_INITIALIZE()
The memset() inside PACKET_INITIALIZE() is redundant in some cases and
it is cleaner to do as part of the memory allocation. This simplifies
changes for integrating Tilera mPIPE support because the size of memory
cleared in that case is different from SIZE_OF_PACKET.

For the cases where Packets are directly allocated and then call
PACKET_INITIALIZE() without memset() first, this patch adds memset() calls.

A further change would use GetPacketFromAlloc() directly.
13 years ago
benches
contrib
doc Update docs from wiki 14 years ago
libhtp Update version number of bundled htp to 0.2.12, so it matches the non-bundled version. 14 years ago
m4
qa coccinelle: add tcp flag check 14 years ago
rules stream: handle extra different SYN/ACK 13 years ago
scripts suricatasc: fix make distcheck. 14 years ago
src Move memset() out of PACKET_INITIALIZE() 13 years ago
.gitignore add configure summary to build-info output 14 years ago
COPYING
ChangeLog Update changelog for 1.4 14 years ago
LICENSE
Makefile.am unix-manager: add unix command socket and associated script 14 years ago
Makefile.cvs
acsite.m4
autogen.sh
classification.config
configure.ac Move fallback to CLS detection to configure script. 13 years ago
doxygen.cfg
mkinstalldirs
reference.config
suricata.yaml.in nfq: add support for batch verdicts 13 years ago
threshold.config