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
Eric Leblond 1869688fb8 af-packet: fix live device counter usage
Live device counter was in fact the number of packets seen by suricata
and not the total number of packet reported by kernel. This patch fixes
this by using counter provided by kernel instead.
The counter is Clear On Read, so by adding the value fetch at each call
and earch sockets we get the number of packets and drops for the
interface.
13 years ago
benches
contrib
doc
m4
qa coccinelle: protecting regexp operator is not needed 13 years ago
rules
scripts
src af-packet: fix live device counter usage 13 years ago
.gitignore
COPYING
ChangeLog Update Changelog for 2.0beta2 13 years ago
LICENSE
Makefile.am
Makefile.cvs
acsite.m4
autogen.sh
classification.config
config.rpath
configure.ac Fix configuring Prelude with -Werror 13 years ago
doxygen.cfg
reference.config
suricata.yaml.in App layer API rewritten. The main files in question are: 13 years ago
threshold.config