From: Eric Leblond Date: Fri, 15 Sep 2017 13:33:33 +0000 (+0100) Subject: detect: increase signature mask length X-Git-Tag: suricata-4.1.0-beta1~432 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5be5e7c879b0c095335e5f521e901dceffeb55a5;p=thirdparty%2Fsuricata.git detect: increase signature mask length --- 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