use the value string for HID descriptor type

Change-Id: I19544eeccd5206de88fe480f9b02bc57fcc278bd
Reviewed-on: https://code.wireshark.org/review/7009
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
This commit is contained in:
Martin Kaiser 2015-02-07 19:47:37 +01:00
parent 1a5b5fa043
commit 5457865be3
1 changed files with 2 additions and 1 deletions

View File

@ -1759,7 +1759,8 @@ proto_register_usb_hid(void)
{ &hf_usb_hid_bDescriptorType,
{ "bDescriptorType", "usbhid.descriptor.hid.bDescriptorType", FT_UINT8,
BASE_HEX, NULL, 0x0, NULL, HFILL }},
BASE_HEX|BASE_EXT_STRING, &hid_descriptor_type_vals_ext,
0x00, NULL, HFILL }},
{ &hf_usb_hid_wInterfaceNumber,
{ "wInterfaceNumber", "usbhid.descriptor.hid.wInterfaceNumber", FT_UINT16,