]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: buffer type API
authorVictor Julien <victor@inliniac.net>
Wed, 14 Dec 2016 11:38:58 +0000 (12:38 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 16 Feb 2017 09:35:38 +0000 (10:35 +0100)
commit04592efb7655eb95a1067f92f9256e9b11a4f9bc
tree836ce10c10274317a3dec4dbf339ec21bff88f35
parent58e1180efea18adb28e5abd64877cfc3221c6268
detect: buffer type API

To replace the hardcoded SigMatch list id's, use this API to register
and query lists by name.

Also allow for registering descriptions and whether mpm is supported.

Registration is only allowed at startup.
src/detect-engine-analyzer.c
src/detect-engine.c
src/detect-engine.h
src/detect-parse.c
src/detect.c