]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: set action from utility function
authorVictor Julien <victor@inliniac.net>
Tue, 21 Oct 2014 08:04:57 +0000 (10:04 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 11 Mar 2015 14:55:52 +0000 (15:55 +0100)
commite9857200b3704d4c4a0feedca098a8b6898b9b21
tree1f0c42e3b6c72c55e0afc4158a80d72fee73c0aa
parentc914f7bcdc40d60b6a27354a9c04d79cb89d52ae
detect: set action from utility function

Set actions that are set directly from Signatures using the new
utility function DetectSignatureApplyActions. This will apply
the actions and also store info about the 'drop' that first made
the rule drop.
src/decode.h
src/detect-engine-alert.c
src/detect-engine-iponly.c
src/detect-engine-state.c
src/detect.c
src/detect.h