aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-10-27 22:25:15 -0700
committerGuy Harris <guy@alum.mit.edu>2017-10-28 05:25:46 +0000
commit695d8fc3183898d9d63c017b0b82716126a461f9 (patch)
treeffa0c9a162819af331ec17c6c39ea75647c7ad7e /epan/proto.c
parent2b615cf32250173e21b36960b48c290298b360ca (diff)
MOAR PRE-ALLOCATED FIELDS.
Do what the errors in the master buildbots say to do. Change-Id: I2b926bd9a75a1490390c42b8080f29e48096a3b4 Reviewed-on: https://code.wireshark.org/review/24143 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/proto.c')
-rw-r--r--epan/proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.c b/epan/proto.c
index a4b66b482f..ca28e6ed53 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -7898,7 +7898,7 @@ register_number_string_decoding_error(void)
proto_set_cant_toggle(proto_number_string_decoding_error);
}
-#define PROTO_PRE_ALLOC_HF_FIELDS_MEM (188000+PRE_ALLOC_EXPERT_FIELDS_MEM)
+#define PROTO_PRE_ALLOC_HF_FIELDS_MEM (190000+PRE_ALLOC_EXPERT_FIELDS_MEM)
static int
proto_register_field_init(header_field_info *hfinfo, const int parent)
{