]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
detect: default to u32 for SigIntId
authorVictor Julien <victor@inliniac.net>
Thu, 16 Jul 2015 09:21:44 +0000 (11:21 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 22 Jul 2015 10:13:43 +0000 (12:13 +0200)
src/suricata-common.h

index 98545fd80397add538330b42f5111978b7169b63..388f1a429cd3ff90bdaed3f35edb55a8e0bbb609 100644 (file)
  *  extensively keeping this as small as possible reduces the overall memory
  *  footprint of the engine. Set to uint32_t if the engine needs to support
  *  more than 64k sigs. */
-#define SigIntId uint16_t
-//#define SigIntId uint32_t
+//#define SigIntId uint16_t
+#define SigIntId uint32_t
 
 /** same for pattern id's */
 #define PatIntId uint16_t