From 5be5e7c879b0c095335e5f521e901dceffeb55a5 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Fri, 15 Sep 2017 14:33:33 +0100 Subject: [PATCH] detect: increase signature mask length --- src/detect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detect.h b/src/detect.h index bde1460e0c..3fb3859321 100644 --- a/src/detect.h +++ b/src/detect.h @@ -273,7 +273,7 @@ typedef struct DetectPort_ { #define SIG_MASK_REQUIRE_DNP3_STATE (1<<15) /* for now a uint8_t is enough */ -#define SignatureMask uint16_t +#define SignatureMask uint32_t #define DETECT_ENGINE_THREAD_CTX_STREAM_CONTENT_MATCH 0x0004 -- 2.47.2