IPMI (picmg): fix 'ipmi.picmg25.fault' exists multiple times with NOT compatible types: FT_BOOLEAN and FT_UINT8

Change-Id: Icaf0611166eba18b166a8bdc870bab20916ea666
Reviewed-on: https://code.wireshark.org/review/14840
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-04-06 18:33:04 +02:00 committed by Anders Broman
parent a187382158
commit ce83807bef
1 changed files with 1 additions and 1 deletions

View File

@ -3625,7 +3625,7 @@ proto_register_ipmi_picmg(void)
"ipmi.picmg25.mp.good", FT_BOOLEAN, 8, NULL, 0x02, NULL, HFILL }},
{ &hf_ipmi_picmg_25_role,
{ "Role",
"ipmi.picmg25.fault", FT_BOOLEAN, 8, TFS(&picmg_25_roles), 0x01, NULL, HFILL }},
"ipmi.picmg25.role", FT_BOOLEAN, 8, TFS(&picmg_25_roles), 0x01, NULL, HFILL }},
{ &hf_ipmi_picmg_25_cstatus,
{ "Power Channel Status",
"ipmi.picmg25.cstatus", FT_UINT8, BASE_HEX, NULL, 0, NULL, HFILL }},