aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb-hid.c
diff options
context:
space:
mode:
authorFilipe Laíns <lains@archlinux.org>2020-05-26 16:19:49 +0100
committerAnders Broman <a.broman58@gmail.com>2020-05-27 06:03:37 +0000
commit60571acaccaad64e65af834ae15fb72c50f31e05 (patch)
treea55630f69ce96112146cb8c599cff2e77e2c5a76 /epan/dissectors/packet-usb-hid.c
parent7d3881ddc50465c35248e2872c89c7fb26ee10ad (diff)
USB HID: make usbhid.data bytes
Change-Id: Ib8544956a4138aca2b2157bf29cbde414ee3b388 Signed-off-by: Filipe Laíns <lains@archlinux.org> Reviewed-on: https://code.wireshark.org/review/37316 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-usb-hid.c')
-rw-r--r--epan/dissectors/packet-usb-hid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-usb-hid.c b/epan/dissectors/packet-usb-hid.c
index e5b04bdb42..73ad8c7a60 100644
--- a/epan/dissectors/packet-usb-hid.c
+++ b/epan/dissectors/packet-usb-hid.c
@@ -4699,7 +4699,7 @@ proto_register_usb_hid(void)
NULL, 0x00, NULL, HFILL }},
{ &hf_usbhid_data,
- { "Data", "usbhid.data", FT_NONE, BASE_NONE,
+ { "HID Data", "usbhid.data", FT_BYTES, BASE_NONE,
NULL, 0x00, NULL, HFILL }},
};