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.
Fix pcap packet acquisition methods passing 0 to pcap_dispatch. Previously they passed the packet pool size, but the packet_q_len variable was now hardcoded at 0. This patch sets packet_q_len to 64. If packet pool is empty, we fall back to direct alloc. As the pcap_dispatch function is only called when packet pool is not empty, we alloc at most 63 packets. |
11 years ago | |
---|---|---|
benches | ||
contrib | 12 years ago | |
doc | 13 years ago | |
m4 | 16 years ago | |
qa | 11 years ago | |
rules | 12 years ago | |
scripts | 12 years ago | |
src | 11 years ago | |
.gitignore | 12 years ago | |
.travis.yml | 11 years ago | |
COPYING | ||
ChangeLog | 11 years ago | |
LICENSE | 16 years ago | |
Makefile.am | 12 years ago | |
Makefile.cvs | ||
acsite.m4 | 16 years ago | |
autogen.sh | 13 years ago | |
classification.config | 16 years ago | |
config.rpath | 12 years ago | |
configure.ac | 11 years ago | |
doxygen.cfg | 12 years ago | |
reference.config | 14 years ago | |
suricata.yaml.in | 11 years ago | |
threshold.config | 13 years ago |