aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-03-06 19:31:25 -0800
committerGuy Harris <guy@alum.mit.edu>2019-03-07 03:32:00 +0000
commit3267f3641f2ca831496871ebfe3949932e31d5fa (patch)
tree8c3fe90f7814839027d6f124c83f8f07e3d10bc9 /epan/proto.c
parent020e25b660250c97c8085e64cf85074ccfcdd06b (diff)
We need more pre-allocated fields.
Change-Id: I17affbd71b89d5fa9615ca1984ef6c38d21e8baf Reviewed-on: https://code.wireshark.org/review/32345 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 be065fde0b..cce9e064c4 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -8112,7 +8112,7 @@ register_string_errors(void)
proto_set_cant_toggle(proto_string_errors);
}
-#define PROTO_PRE_ALLOC_HF_FIELDS_MEM (210000+PRE_ALLOC_EXPERT_FIELDS_MEM)
+#define PROTO_PRE_ALLOC_HF_FIELDS_MEM (220000+PRE_ALLOC_EXPERT_FIELDS_MEM)
static int
proto_register_field_init(header_field_info *hfinfo, const int parent)
{