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 4922cd2d36 pcap-log: introduce PcapLogThreadData
PcapLog uses the global data structure PcapLogData as thread data
as well. This is possible because all operations on it are locked.

This patch introduces PcapLogThreadData. It contains a pointer to
the PcapLogData. Currently to the global instance, but in the future
it may hold a thread-local instance of PcapLogData.
11 years ago
benches
contrib
doc
m4
qa Add initial travis-ci integration. 11 years ago
rules
scripts fix regression in 'make distclean' due to commit cd305c3a 11 years ago
src pcap-log: introduce PcapLogThreadData 11 years ago
.gitignore
.travis.yml Add initial travis-ci integration. 11 years ago
COPYING
ChangeLog Update Changelog for 2.0.2 release 11 years ago
LICENSE
Makefile.am
Makefile.cvs
acsite.m4
autogen.sh
classification.config
config.rpath
configure.ac autotools: enable silent mode 11 years ago
doxygen.cfg
reference.config
suricata.yaml.in log-pcap: improve profiling 11 years ago
threshold.config