]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
detect: increase signature mask length
authorEric Leblond <eric@regit.org>
Fri, 15 Sep 2017 13:33:33 +0000 (14:33 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 19 Dec 2017 20:00:15 +0000 (21:00 +0100)
src/detect.h

index bde1460e0c23b558ed0bfd113fb8c667bf068a0e..3fb3859321e11c8f8b94818b8838210ff15ec6a2 100644 (file)
@@ -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