Increase PROTO_PRE_ALLOC_HF_FIELDS_MEM

This fixes suite_unittests failures when adding new Bluetooth UUID
related contsants
This commit is contained in:
Jakub Pawlowski 2021-10-18 14:09:25 +02:00 committed by Wireshark GitLab Utility
parent f2ec793131
commit b7a612908a
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{