aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb-hid.c
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2015-01-06 14:06:18 +0100
committerMichal Labedzki <michal.labedzki@tieto.com>2015-02-03 06:45:32 +0000
commitdb068ff60f6470e5e33fabc2b38fd17d3ff9d2a9 (patch)
tree7b8ff78e01f03d182e48a3316128c6857837ac90 /epan/dissectors/packet-usb-hid.c
parent73579ddb34dcac9c078058ff9c1a86e3529d85ff (diff)
Bluetooth: ATT: Decode some HOGP attributes
Change-Id: I169f767b699a2f95e5a1553f1380f0b88cd7c67d Reviewed-on: https://code.wireshark.org/review/6908 Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Diffstat (limited to 'epan/dissectors/packet-usb-hid.c')
-rw-r--r--epan/dissectors/packet-usb-hid.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-usb-hid.c b/epan/dissectors/packet-usb-hid.c
index 722c353a43..9887273741 100644
--- a/epan/dissectors/packet-usb-hid.c
+++ b/epan/dissectors/packet-usb-hid.c
@@ -25,6 +25,8 @@
#include <epan/packet.h>
#include "packet-usb.h"
#include "packet-usb-hid.h"
+#include "packet-btsdp.h"
+
void proto_register_usb_hid(void);
void proto_reg_handoff_usb_hid(void);
@@ -1108,7 +1110,7 @@ proto_register_usb_hid(void)
{ &hf_usb_hid_bCountryCode,
{ "bCountryCode", "usbhid.descriptor.hid.bCountryCode", FT_UINT8,
- BASE_HEX, NULL, 0x0, NULL, HFILL }},
+ BASE_HEX, VALS(hid_country_code_vals), 0x0, NULL, HFILL }},
{ &hf_usb_hid_bNumDescriptors,
{ "bNumDescriptors", "usbhid.descriptor.hid.bNumDescriptors", FT_UINT8,