]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: introduce 'minimal' detect engine
authorVictor Julien <victor@inliniac.net>
Mon, 19 Jan 2015 13:54:11 +0000 (14:54 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 19 Mar 2015 16:52:31 +0000 (17:52 +0100)
commite7882da178fcb8d8faf02557602e2d25139f800a
treebbac6ec8b990a9581098cbbe1bdf014a70e6acf1
parentf4617d53574637482319d54b81d8de4a50d442a7
detect: introduce 'minimal' detect engine

The minimal detect engine has only the minimal memory use and setup
time. It's to be used for 'delayed' detect where the first detection
engine is essentially empty.

The threads setup are also minimal.
src/detect-engine-mpm.c
src/detect-engine.c
src/detect-engine.h
src/detect.h
src/suricata.c