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 77358a4113 file: optionally use detect tracking in pruning
When the file API is used to do content inspection (currently only
smtp does this), the detection should be considered while pruning
the file chunks.

This patch introduces a new flag for the file API: FILE_USE_DETECT

When it is used, 'FilePrune' will not remove chunks that are (partly)
beyond the File::content_inspected tracker.

When using this flag, it's important to realize that when the detect
engine is disabled or rules are not matching, content_inspected
might not get updated.
10 years ago
benches
contrib suri-graphite: add ouput to file option 11 years ago
doc
lua
m4
qa qa: add leak sanitzer suppression 10 years ago
rules rules: add rules for TLS SNI app layer events 10 years ago
scripts app-layer setup scripts: enable new modules on copy 10 years ago
src file: optionally use detect tracking in pruning 10 years ago
.gitignore
.travis.yml travis: set CFLAGS to error on cc warnings 10 years ago
COPYING GPL license sync with official gpl-2.0.txt 10 years ago
ChangeLog Update Changelog for 3.0 10 years ago
LICENSE GPL license sync with official gpl-2.0.txt 10 years ago
Makefile.am build: install app-layer-events.rules 10 years ago
Makefile.cvs
acsite.m4
autogen.sh
classification.config
config.rpath
configure.ac configure: bypass libpcre 8.35 check 10 years ago
doxygen.cfg
reference.config
suricata.yaml.in smtp: fix config parsing and config defaults 10 years ago
threshold.config