]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Update ASN1_MAX_FRAMES to reflect default in suricata.yaml.in
authormaxtors <moe.andreas@gmail.com>
Mon, 25 Apr 2016 16:08:28 +0000 (18:08 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 3 May 2016 08:22:32 +0000 (10:22 +0200)
src/util-decode-asn1.h

index d3ff9a3e86745553ec5b400899bd271303e4daf8..ed0fc79709329289b86fe5defba3394fd54c2746 100644 (file)
@@ -34,7 +34,7 @@
 #include <ctype.h>
 #include <string.h>
 
-#define ASN1_MAX_FRAMES 128
+#define ASN1_MAX_FRAMES 256
 
 /* For future enconding type implementations */
 enum {