detect: add to signature mask for decode events

Ticket: 6291
pull/11353/head
Philippe Antoine 2 years ago committed by Victor Julien
parent 4e584ed201
commit 0a953fe1ce

@ -536,9 +536,12 @@ static int SignatureCreateMask(Signature *s)
}
break;
}
case DETECT_DECODE_EVENT:
// fallthrough
case DETECT_STREAM_EVENT:
// fallthrough
case DETECT_AL_APP_LAYER_EVENT:
s->mask |= SIG_MASK_REQUIRE_ENGINE_EVENT;
break;
// fallthrough
case DETECT_ENGINE_EVENT:
s->mask |= SIG_MASK_REQUIRE_ENGINE_EVENT;
break;

Loading…
Cancel
Save