]> git.ipfire.org Git - thirdparty/suricata.git/commit
mpm: add Hyperscan integration
authorJustin Viiret <justin.viiret@intel.com>
Tue, 15 Mar 2016 01:40:24 +0000 (12:40 +1100)
committerVictor Julien <victor@inliniac.net>
Tue, 29 Mar 2016 10:43:29 +0000 (12:43 +0200)
commit13b87f5affa886d008caae4c54bce910f1c3c03d
treeea1eae9da3e3439d76791cc8280176311e633003
parentc37195c95fa57d8a9ce1b3bcf9c5e185b37fd5a3
mpm: add Hyperscan integration

This adds an MPM implementation that uses the Hyperscan regex engine
library from Intel, accessible as the "hs" mpm-algo.
configure.ac
src/Makefile.am
src/detect-engine.c
src/runmode-unittests.c
src/suricata.c
src/util-mpm-hs.c [new file with mode: 0644]
src/util-mpm-hs.h [new file with mode: 0644]
src/util-mpm.c
src/util-mpm.h