aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2018-11-08 23:04:54 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2018-11-08 22:08:09 +0000
commita4bbb45d5282d21f4c0bc50151cc5d06c6c94bac (patch)
tree592f030f07de41637da8098ef32214889a715823 /epan/proto.c
parent1a390109a67445d3a232a52aed718d8b9f36fada (diff)
proto.c: increase the number of pre allocated fields
Change-Id: I5b2cb3ae6a9e6ab507f18e6eb5f89a37b2983129 Reviewed-on: https://code.wireshark.org/review/30551 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
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 eb7d8fbe0f..c31f3d095e 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -8110,7 +8110,7 @@ register_string_errors(void)
proto_set_cant_toggle(proto_string_errors);
}
-#define PROTO_PRE_ALLOC_HF_FIELDS_MEM (205000+PRE_ALLOC_EXPERT_FIELDS_MEM)
+#define PROTO_PRE_ALLOC_HF_FIELDS_MEM (210000+PRE_ALLOC_EXPERT_FIELDS_MEM)
static int
proto_register_field_init(header_field_info *hfinfo, const int parent)
{