icmp: Fix name for addr_entry_size

Use "Address entry size" as name for icmp.addr_entry_size

Change-Id: Ibf118ef4e05e9bda4d90a4576dd844204c3ca5ed
Ping-Bug: 13515
Reviewed-on: https://code.wireshark.org/review/20678
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
This commit is contained in:
Stig Bjørlykke 2017-03-23 08:48:39 +01:00
parent 12241beea2
commit d49e7d98ec
1 changed files with 1 additions and 1 deletions

View File

@ -1663,7 +1663,7 @@ void proto_register_icmp(void)
NULL, HFILL}},
{&hf_icmp_addr_entry_size,
{"Number of addresses", "icmp.addr_entry_size", FT_UINT8, BASE_DEC, NULL,
{"Address entry size", "icmp.addr_entry_size", FT_UINT8, BASE_DEC, NULL,
0x0,
NULL, HFILL}},