gryphon: fix 'gryphon.usdt.action_flags' exists multiple times with NOT compatible types: FT_BOOLEAN and FT_UINT8

Change-Id: Id273b1f80728042122b6bfa3053d263b25f6bdbe
Reviewed-on: https://code.wireshark.org/review/26412
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2018-03-10 10:14:25 +01:00 committed by Michael Mann
parent 2ecb33c039
commit ab7fbb7395
1 changed files with 1 additions and 1 deletions

View File

@ -4869,7 +4869,7 @@ proto_register_gryphon(void)
/* 20171012 added non legacy USDT */
{ &hf_gryphon_usdt_action_flags_non_legacy,
{ "Action Flags", "gryphon.usdt.action_flags", FT_BOOLEAN, 8, TFS(&register_unregister_action_flags), 0x01,
{ "Action Flags", "gryphon.usdt.action_flags.non_legacy", FT_BOOLEAN, 8, TFS(&register_unregister_action_flags), 0x01,
NULL, HFILL }},
{ &hf_gryphon_usdt_action_flags_register,