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
Victor Julien fdb1bd9668 pfring: call enable_ring after set_cluster
Move pfring_enable_ring to the start of ReceivePfringLoop() so that
it's guaranteed to be called after all threads have called
pfring_set_cluster first.

This is necessary because pfring will already make packets available
to thread N, while thread N+1 is still registering itself. This leads
to cases where the first packet(s) of a flow are processed by a
different thread in Suricata than the later ones.

This is a race condition only at start up. New flows after the pfring
initialization is complete will not be influenced by this.

Bug #1129.
11 years ago
benches
contrib Add option on Tile-Gx for logging for fast.log alerts over PCIe 11 years ago
doc Update docs from wiki 12 years ago
m4
qa Updated banned function cocci check 11 years ago
rules classification: add category to some stream rules 11 years ago
scripts suricatasc: fix make distcheck. 12 years ago
src pfring: call enable_ring after set_cluster 11 years ago
.gitignore unittest: make check use a qa/log dir for logging 12 years ago
COPYING
ChangeLog Update ChangeLog for 2.0rc2 release 11 years ago
LICENSE
Makefile.am make install-full: get correct version of ET 11 years ago
Makefile.cvs
acsite.m4
autogen.sh OpenBSD 5.2 build fixes, Unit test fix. 12 years ago
classification.config
config.rpath Add file needed for some autotools version. 12 years ago
configure.ac OpenBSD: set correct magic path 11 years ago
doxygen.cfg doxygen: document all code 11 years ago
reference.config
suricata.yaml.in yaml: comment out example config 11 years ago
threshold.config threshold: improve comments of shipped threshold.config, add links to wiki. 13 years ago