aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2021-10-18 14:09:25 +0200
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-10-18 19:46:45 +0000
commitb7a612908a4bab457446f9a3803c2fd5ce440aab (patch)
treeffa1a964f6c389dcc35d649ac54f145eccc02167
parentf2ec7931318919fe784c50b6658f6f3d868efecf (diff)
Increase PROTO_PRE_ALLOC_HF_FIELDS_MEM
This fixes suite_unittests failures when adding new Bluetooth UUID related contsants
-rw-r--r--epan/proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.c b/epan/proto.c
index 0b7e66b9a0..004ba80e31 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -8871,7 +8871,7 @@ register_string_errors(void)
proto_set_cant_toggle(proto_string_errors);
}
-#define PROTO_PRE_ALLOC_HF_FIELDS_MEM (235000+PRE_ALLOC_EXPERT_FIELDS_MEM)
+#define PROTO_PRE_ALLOC_HF_FIELDS_MEM (240000+PRE_ALLOC_EXPERT_FIELDS_MEM)
static int
proto_register_field_init(header_field_info *hfinfo, const int parent)
{