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>
This commit is contained in:
Guy Harris 2019-03-06 19:31:25 -08:00
parent 020e25b660
commit 3267f3641f
1 changed files with 1 additions and 1 deletions

View File

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