aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2022-08-16 09:43:42 +0200
committerAnders Broman <anders.broman@ericsson.com>2022-08-16 09:43:42 +0200
commita47830e56f012a96d54123e6f7f48613562b663c (patch)
treed62459817f1d581cd53aaca84dc77627390d51e1 /epan/proto.c
parent653c4d3e91b905d41a9d916a2b1812c2ee873b83 (diff)
Increase number of preallocated fields.
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 626b7f5efe..7fa600d0ad 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -8929,7 +8929,7 @@ register_string_errors(void)
proto_set_cant_toggle(proto_string_errors);
}
-#define PROTO_PRE_ALLOC_HF_FIELDS_MEM (260000+PRE_ALLOC_EXPERT_FIELDS_MEM)
+#define PROTO_PRE_ALLOC_HF_FIELDS_MEM (270000+PRE_ALLOC_EXPERT_FIELDS_MEM)
static int
proto_register_field_init(header_field_info *hfinfo, const int parent)
{