Assa (R3): fix 'r3.forceoptions.state' exists multiple times with NOT compatible types: FT_UINT16 and FT_BOOLEAN

Change-Id: I6bae0af90fd9604dbc9c484d119580adbb11b914
Reviewed-on: https://code.wireshark.org/review/14422
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2016-03-11 17:01:57 +01:00 committed by Michael Mann
parent bcbe7f73c9
commit 9775fbe7d8
1 changed files with 1 additions and 1 deletions

View File

@ -8236,7 +8236,7 @@ void proto_register_r3 (void)
},
{ &hf_r3_forceoptions_state_8,
{ "State", "r3.forceoptions.state",
FT_BOOLEAN, BASE_NONE, TFS (&tfs_enabled_disabled), 0x0,
FT_UINT8, BASE_HEX_DEC, NULL, 0x0,
NULL, HFILL }
},
{ &hf_r3_forceoptions_state_16,