aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-03-10 16:09:28 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-03-10 16:09:28 +0000
commitf030f799bd9cea8f5ff4d90432e4b9df3dc3c0df (patch)
tree1a7516a37f5ee97697a5f692d0523f9a7bfe71bf /epan/dissectors/packet-usb.h
parent5dc7d02ed8d60e143ba04640c0ae44194f3949b3 (diff)
From Steve Magnani: USB: centralize some common dissection code for class reuse. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6930
svn path=/trunk/; revision=41458
Diffstat (limited to 'epan/dissectors/packet-usb.h')
-rw-r--r--epan/dissectors/packet-usb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-usb.h b/epan/dissectors/packet-usb.h
index 48ec7e01d1..55caa37a34 100644
--- a/epan/dissectors/packet-usb.h
+++ b/epan/dissectors/packet-usb.h
@@ -138,4 +138,7 @@ typedef struct _usb_tap_data_t {
#define RQT_SETUP_RECIPIENT_ENDPOINT 2
#define RQT_SETUP_RECIPIENT_OTHER 3
+void dissect_usb_descriptor_header(proto_tree *tree, tvbuff_t *tvb, int offset);
+void dissect_usb_endpoint_address(proto_tree *tree, tvbuff_t *tvb, int offset);
+
#endif