OK, we'll increase PROTO_PRE_ALLOC_HF_FIELDS_MEM a bit.

Change-Id: I6c4ed55634468b1200c069f1aeaf9200b47e052c
Reviewed-on: https://code.wireshark.org/review/14772
Petri-Dish: Guy Harris <guy@alum.mit.edu>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2016-04-01 13:52:52 -07:00
parent a2c042471b
commit 21d47fa7db
1 changed files with 1 additions and 1 deletions

View File

@ -6774,7 +6774,7 @@ register_number_string_decoding_error(void)
proto_set_cant_toggle(proto_number_string_decoding_error);
}
#define PROTO_PRE_ALLOC_HF_FIELDS_MEM (170000+PRE_ALLOC_EXPERT_FIELDS_MEM)
#define PROTO_PRE_ALLOC_HF_FIELDS_MEM (178000+PRE_ALLOC_EXPERT_FIELDS_MEM)
static int
proto_register_field_init(header_field_info *hfinfo, const int parent)
{