From b7a5f16b694fe035af3b50fe13b8765e3477d980 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 14 Dec 2010 15:56:56 +0100 Subject: [PATCH] Fix FlowBitsTestSig06 test no longer working properly. --- src/detect-flowbits.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/detect-flowbits.c b/src/detect-flowbits.c index 81d89aa3cf..1f85625f31 100644 --- a/src/detect-flowbits.c +++ b/src/detect-flowbits.c @@ -727,6 +727,7 @@ static int FlowBitsTestSig06(void) { p.payload = buf; p.payload_len = buflen; p.proto = IPPROTO_TCP; + p.flags |= PKT_HAS_FLOW; de_ctx = DetectEngineCtxInit();