file-pcapng: Fix name for Secrets Length

Change-Id: Ie5ab30f0c667a9068d6aa1c18c519524b7ade140
Reviewed-on: https://code.wireshark.org/review/30737
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
This commit is contained in:
Stig Bjørlykke 2018-11-20 10:25:39 +01:00
parent 0f30473661
commit 97cd30d3ca
1 changed files with 1 additions and 1 deletions

View File

@ -2177,7 +2177,7 @@ proto_register_pcapng(void)
NULL, HFILL }
},
{ &hf_pcapng_dsb_secrets_length,
{ "Secrets Type", "pcapng.dsb.secrets_length",
{ "Secrets Length", "pcapng.dsb.secrets_length",
FT_UINT32, BASE_DEC, NULL, 0x00,
NULL, HFILL }
},