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 f2a6fb8a5a af-packet: add support for BPF filter.
This patch adds support for BPF in AF_PACKET running
mode. The command line syntax is the same as the one
used of PF_RING.
The method is the same too: The pcap_compile__nopcap()
function is used to build the BPF filter. It is then
injected into the kernel with a setsockopt() call. If
the adding of the BPF fail, suricata exit.
13 years ago
benches Initial add of the files. 16 years ago
contrib/file_processor Included Action::Syslog by default in config 13 years ago
doc Add missing Makefile.am files for rules/ and doc/ dir. 13 years ago
libhtp Support FNAME and FCOMMENT extensions in gzip'd http content. 13 years ago
m4 Prelude plugin: add detection in configure script 15 years ago
qa Add simple socket to gzip file PoC. 13 years ago
rules tls: debug compilation fixes, new tls decoder rule for tls.error_message_encountered event. 13 years ago
src af-packet: add support for BPF filter. 13 years ago
.gitignore Import .gitignore file. 14 years ago
COPYING Initial add of the files. 16 years ago
ChangeLog Update changelog to reflect 1.3beta2 changes. 13 years ago
LICENSE import of gplv2 LICENSE 15 years ago
Makefile.am OpenBSD: fix tar command. 13 years ago
Makefile.cvs Initial add of the files. 16 years ago
acsite.m4 Added C99 defs/macros to acsite.m4 for CentOS 16 years ago
autogen.sh Add initial support for reading packets from a DAG card, we only support reading from a single stream at this time. 15 years ago
classification.config Import of classification.config 15 years ago
configure.in pfring: follow API change 13 years ago
doxygen.cfg doc: Include htp documentation. 14 years ago
mkinstalldirs Update autojunk.sh + build update. 15 years ago
reference.config Add md5 to reference.config. 13 years ago
suricata.yaml.in af-packet: add support for BPF filter. 13 years ago