Increase PROTO_PRE_ALLOC_HF_FIELDS_MEM.
authorGuy Harris <guy@alum.mit.edu>
Fri, 6 Apr 2018 17:37:10 +0000 (10:37 -0700)
committerGuy Harris <guy@alum.mit.edu>
Fri, 6 Apr 2018 17:37:46 +0000 (17:37 +0000)
Change-Id: I8d294d7ee4b37586ffe5aff982fe3a016b594c1d
Reviewed-on: https://code.wireshark.org/review/26780
Reviewed-by: Guy Harris <guy@alum.mit.edu>
epan/proto.c

index 8720586241bab5cadfb34d92b4fd007445a8873d..6252fd56088c3a7e0001e37d822aa744d6f0b2e0 100644 (file)
@@ -7852,7 +7852,7 @@ register_number_string_decoding_error(void)
        proto_set_cant_toggle(proto_number_string_decoding_error);
 }
 
-#define PROTO_PRE_ALLOC_HF_FIELDS_MEM (195000+PRE_ALLOC_EXPERT_FIELDS_MEM)
+#define PROTO_PRE_ALLOC_HF_FIELDS_MEM (200000+PRE_ALLOC_EXPERT_FIELDS_MEM)
 static int
 proto_register_field_init(header_field_info *hfinfo, const int parent)
 {