You can't get a string value from an FT_NONE string.

Make it an FT_STRING.

Change-Id: I2a44c4542c79daa486382bd5b28f6c37c9c46111
Reviewed-on: https://code.wireshark.org/review/20827
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2017-03-31 20:39:20 -07:00
parent 19bb1b128b
commit aa82f522c2
1 changed files with 1 additions and 1 deletions

View File

@ -2467,7 +2467,7 @@ proto_register_btavrcp(void)
},
{ &hf_btavrcp_folder_name,
{ "Folder Name", "btavrcp.folder_name",
FT_NONE, BASE_NONE, NULL, 0x00,
FT_STRING, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_btavrcp_search_length,