irda: fix 'irlmp.xid.name' exists multiple times with NOT compatible types: FT_BYTES and FT_STRING

Change-Id: I93215bd126dab1e7b6207f8510c7ce9b116637a3
Reviewed-on: https://code.wireshark.org/review/14203
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2016-02-27 18:31:40 +01:00 committed by Michael Mann
parent bebe51e2c5
commit 9ef7b92193
1 changed files with 1 additions and 1 deletions

View File

@ -2009,7 +2009,7 @@ void proto_register_irda(void)
FT_STRING, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_lmp_xid_name_no_ascii,
{ "Device Nickname (unsupported character set)", "irlmp.xid.name",
{ "Device Nickname (unsupported character set)", "irlmp.xid.name.no_ascii",
FT_BYTES, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_lmp_dst,