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 2ef0ebb24b detect: fix pass transaction handling
If a flow was 'pass'd, it means that no packet of it will flow be handled
by the detection engine. A side effect of this was that the per flow
inspect_id would never be moved forward. This in turn lead to a situation
where transactions wouldn't be freed.

This patch addresses this case by incrementing the inspect_id anyway for
the pass case.
11 years ago
benches
contrib suri-graphite: add ouput to file option 11 years ago
doc Fix make distcheck on CentOS 5.11 11 years ago
lua
m4
qa parsing: s/strtok/strtok_r/g 11 years ago
rules decode: add ERSPANv1 decoder 11 years ago
scripts In non interactive mode, print errors to stderr 11 years ago
src detect: fix pass transaction handling 11 years ago
.gitignore
.travis.yml
COPYING
ChangeLog Update changelog for 2.1beta4 release 11 years ago
LICENSE
Makefile.am Respect DESTDIR in install-conf and install-rules. 11 years ago
Makefile.cvs
acsite.m4
autogen.sh
classification.config
config.rpath
configure.ac af-packet: sync header with latest features 11 years ago
doxygen.cfg
reference.config Update reference.config 11 years ago
suricata.yaml.in af-packet: implement rollover option 11 years ago
threshold.config