VXLAN: Fix conflict for hf fields

'vxlan.flags_reserved' exists multiple times with NOT compatible types: FT_UINT8 and FT_BOOLEAN

Change-Id: I98d296393796defc5741c41a496432eb8f927be2
Reviewed-on: https://code.wireshark.org/review/18881
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2016-11-20 10:06:18 +01:00 committed by Michael Mann
parent c63609b360
commit ded081ccec
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ proto_register_vxlan(void)
},
{ &hf_vxlan_flags_reserved,
{ "Reserved(R)", "vxlan.flags_reserved",
FT_BOOLEAN, 16, NULL, 0x77b7,
FT_UINT16, BASE_HEX, NULL, 0x77b7,
NULL, HFILL,
},
},