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 Add option on Tile-Gx for logging for fast.log alerts over PCIe 12 years ago
doc Fix make distcheck on CentOS 5.11 11 years ago
lua output-lua: add SCPacketTimeString 11 years ago
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 unittest: make check use a qa/log dir for logging 12 years ago
.travis.yml travis-ci: use make check 11 years ago
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 OpenBSD 5.2 build fixes, Unit test fix. 13 years ago
classification.config
config.rpath Add file needed for some autotools version. 12 years ago
configure.ac Define _DEFAULT_SOURCE. Its the replacement for _BSD_SOURCE which 11 years ago
doxygen.cfg doxygen: add source browser 12 years ago
reference.config Update reference.config 11 years ago
suricata.yaml.in rules: add app layer events rules 11 years ago
threshold.config threshold: improve comments of shipped threshold.config, add links to wiki. 13 years ago