detect/dsize: remove prefilter pseudo check

This is now handled at registration with SIG_MASK_REQUIRE_REAL_PKT.
pull/11326/head
Victor Julien 2 years ago committed by Victor Julien
parent 44d2e1aad7
commit 8df53d6411

@ -173,10 +173,6 @@ void DetectDsizeFree(DetectEngineCtx *de_ctx, void *de_ptr)
static void
PrefilterPacketDsizeMatch(DetectEngineThreadCtx *det_ctx, Packet *p, const void *pectx)
{
if (PKT_IS_PSEUDOPKT(p)) {
SCReturn;
}
const PrefilterPacketHeaderCtx *ctx = pectx;
if (!PrefilterPacketHeaderExtraMatch(ctx, p))
return;

Loading…
Cancel
Save