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
maxtors 3b26b07963 Reworked pattern registration structure and feedback issues.
1) Reworked pattern registration for http methods and versions.

Instead of being a manual and verbose action of adding one
and one http method with N-amount if prefix spacings and
the same for HTTP versions (eg. HTTP/1.1) i moved it all
to be loop based actions reading values from char arrays.

In the future all that is needed is to add new methods
to the arrays and they will be added as a pattern.

2) Modified pattern registration after feedback.

Changed variable used in snprintf for http method registration
Should have been size of dest buffer at not another var (catsize)
that i had created. Also removed this variable.

Fixed a typo in the comment for registering http versions.
TO_CIENT -> TO_CLIENT.
11 years ago
benches
contrib
doc Fix make distcheck on CentOS 5.11 11 years ago
lua
m4
qa prscript: rework option logic 11 years ago
rules Duplicate rule ID. 11 years ago
scripts suricatasc: allow for much longer response times 11 years ago
src Reworked pattern registration structure and feedback issues. 11 years ago
.gitignore
.travis.yml
COPYING
ChangeLog Update changelog for 2.1beta3 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 Define _DEFAULT_SOURCE. Its the replacement for _BSD_SOURCE which 11 years ago
doxygen.cfg
reference.config Update reference.config 11 years ago
suricata.yaml.in rules: add app layer events rules 11 years ago
threshold.config