Fix some more item lengths.

This commit is contained in:
Martin Mathieson 2020-11-07 14:29:43 +00:00
parent b65ff23d6b
commit 50dcb5d6f4
2 changed files with 4 additions and 4 deletions

View File

@ -679,12 +679,12 @@ void proto_register_hsrp(void)
{ &hf_hsrp_adv_activegrp,
{ "Adv active groups", "hsrp.adv.activegrp",
FT_UINT8, BASE_DEC, NULL, 0x0,
FT_UINT16, BASE_DEC, NULL, 0x0,
"Advertisement active group count", HFILL }},
{ &hf_hsrp_adv_passivegrp,
{ "Adv passive groups", "hsrp.adv.passivegrp",
FT_UINT8, BASE_DEC, NULL, 0x0,
FT_UINT16, BASE_DEC, NULL, 0x0,
"Advertisement passive group count", HFILL }},
{ &hf_hsrp_adv_reserved2,
@ -794,7 +794,7 @@ void proto_register_hsrp(void)
{ &hf_hsrp2_md5_flags,
{ "MD5 Flags", "hsrp2.md5_flags",
FT_UINT8, BASE_DEC, NULL, 0x0,
FT_UINT16, BASE_DEC, NULL, 0x0,
"Undefined", HFILL }},
{ &hf_hsrp2_md5_ip_address,

View File

@ -2110,7 +2110,7 @@ static hf_register_info hf[] =
/* Common U3V data */
{ &hf_u3v_gencp_prefix,
{ "Prefix", "u3v.gencp.prefix",
FT_UINT8, BASE_HEX, NULL, 0x0,
FT_UINT32, BASE_HEX, NULL, 0x0,
"U3V GenCP Prefix", HFILL
} },