aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-09-02 12:56:45 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-09-02 12:56:45 +0000
commitc41e8e11f253eb731db718315faa78fa0d2724fb (patch)
treefaac9becd3706a1ac67f6eb9b90bc45df2b5dfa9 /epan/dissectors/packet-usb.c
parentbda2a2ad05813988db845cde286258f15e7a102c (diff)
display usb descriptor type as hex value
this is what all the class specs do svn path=/trunk/; revision=51637
Diffstat (limited to 'epan/dissectors/packet-usb.c')
-rw-r--r--epan/dissectors/packet-usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-usb.c b/epan/dissectors/packet-usb.c
index 6fad0be146..8a61b2796e 100644
--- a/epan/dissectors/packet-usb.c
+++ b/epan/dissectors/packet-usb.c
@@ -3642,7 +3642,7 @@ proto_register_usb(void)
{ &hf_usb_bDescriptorType,
{ "bDescriptorType", "usb.bDescriptorType",
- FT_UINT8, BASE_DEC|BASE_EXT_STRING, &descriptor_type_vals_ext, 0x0,
+ FT_UINT8, BASE_HEX|BASE_EXT_STRING, &descriptor_type_vals_ext, 0x0,
NULL, HFILL }},
{ &hf_usb_descriptor_index,