icmp: fix typo in hf_icmp_ident_le field definition

This commit is contained in:
Chuck Craft 2020-11-29 22:04:32 -06:00
parent baee4a41c7
commit 45594f9639
1 changed files with 1 additions and 1 deletions

View File

@ -1855,7 +1855,7 @@ void proto_register_icmp(void)
"Identifier (big endian representation)", HFILL}},
{&hf_icmp_ident_le,
{"Identifier (LE)", "icmp.ident", FT_UINT16, BASE_DEC_HEX,
{"Identifier (LE)", "icmp.ident_le", FT_UINT16, BASE_DEC_HEX,
NULL, 0x0,
"Identifier (little endian representation)", HFILL}},