mirror of https://github.com/OISF/suricata
cybersecurityidsintrusion-detection-systemintrusion-prevention-systemipsnetwork-monitornetwork-monitoringnsmsecuritysuricatathreat-hunting
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.
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 | 14 years ago | |
| libhtp | 14 years ago | |
| m4 | ||
| qa | 14 years ago | |
| rules | 13 years ago | |
| scripts | 14 years ago | |
| src | 13 years ago | |
| .gitignore | 14 years ago | |
| COPYING | ||
| ChangeLog | 14 years ago | |
| LICENSE | ||
| Makefile.am | 14 years ago | |
| Makefile.cvs | ||
| acsite.m4 | ||
| autogen.sh | ||
| classification.config | ||
| configure.ac | 13 years ago | |
| doxygen.cfg | ||
| mkinstalldirs | ||
| reference.config | ||
| suricata.yaml.in | 13 years ago | |
| threshold.config | ||