diff --git a/src/detect-engine-build.c b/src/detect-engine-build.c index 8f292025a3..f69def1c7d 100644 --- a/src/detect-engine-build.c +++ b/src/detect-engine-build.c @@ -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;