summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-08-22 19:57:22 -0700
committerGuy Harris <guy@alum.mit.edu>2016-08-23 02:58:03 +0000
commit9edb7afa84cc694eddc563e794492f8dd1fe61ca (patch)
treefe85a5f5b643a6be374e59b445bcdb16b8a228b0 /epan
parentff00166a96d887e03899577caae3a355c26b0837 (diff)
downloadwireshark-9edb7afa84cc694eddc563e794492f8dd1fe61ca.tar.gz
More fields, more pre-allocated memory for fields.
Change-Id: I8362e64354c4ca985dbabc190cfb75d2bd31a5ad Reviewed-on: https://code.wireshark.org/review/17257 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan')
-rw-r--r--epan/proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.c b/epan/proto.c
index 74f613c420..42689a36ac 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -6805,7 +6805,7 @@ register_number_string_decoding_error(void)
proto_set_cant_toggle(proto_number_string_decoding_error);
}
-#define PROTO_PRE_ALLOC_HF_FIELDS_MEM (178000+PRE_ALLOC_EXPERT_FIELDS_MEM)
+#define PROTO_PRE_ALLOC_HF_FIELDS_MEM (183000+PRE_ALLOC_EXPERT_FIELDS_MEM)
static int
proto_register_field_init(header_field_info *hfinfo, const int parent)
{