]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect-engine: check for tx detect flag support
authorJason Ish <jason.ish@oisf.net>
Mon, 25 Nov 2019 22:57:06 +0000 (16:57 -0600)
committerJason Ish <jason.ish@oisf.net>
Wed, 27 Nov 2019 19:05:17 +0000 (13:05 -0600)
commitfdb587d2fc93ea82e69834f0df6b6e78c2bf4557
tree16be2488378694703fce288e7231060f0b917dbe
parentb1beb76fd7c6fac527c723139088f4a97a9f5d50
detect-engine: check for tx detect flag support

When registing a detection engine, check that the app-layer
protocol supports tx detect flags. Exit with a fatal
error if it does not as this is a code implementation
error that should be resolved during development.
src/detect-engine.c