aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.h
diff options
context:
space:
mode:
authorSean O. Stalley <sean.stalley@intel.com>2014-02-05 16:03:15 -0800
committerEvan Huus <eapache@gmail.com>2014-05-05 13:49:56 +0000
commitac99cfd0d22cf2c9fcededff35a762e20b4c4f73 (patch)
tree50af3c57723346e8b94e4162b7dcefa5b8f40b42 /epan/dissectors/packet-usb.h
parent93619389eafb1db086cdb3d718e447f34f7b4e52 (diff)
Media Agnostic USB Packet Dissector
This dissector dissects MA USB Packets. It is capable of dissecting Media Agnostic packets both in a TCP stream as well as packets sent over SNAP (referred to in spec as "Raw Ethernet" mode). Change-Id: I3ad4e1beb891f9c2835adff320095e7e738241eb Signed-off-by: Sean O. Stalley <sean.stalley@intel.com> Reviewed-on: https://code.wireshark.org/review/1252 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-usb.h')
-rw-r--r--epan/dissectors/packet-usb.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/epan/dissectors/packet-usb.h b/epan/dissectors/packet-usb.h
index 46cdfc0524..60ce44043e 100644
--- a/epan/dissectors/packet-usb.h
+++ b/epan/dissectors/packet-usb.h
@@ -201,4 +201,15 @@ proto_item * dissect_usb_descriptor_header(proto_tree *tree,
value_string_ext *type_val_str);
void dissect_usb_endpoint_address(proto_tree *tree, tvbuff_t *tvb, int offset);
+int
+dissect_usb_endpoint_descriptor(packet_info *pinfo, proto_tree *parent_tree,
+ tvbuff_t *tvb, int offset,
+ usb_trans_info_t *usb_trans_info _U_,
+ usb_conv_info_t *usb_conv_info _U_);
+
+int
+dissect_usb_unknown_descriptor(packet_info *pinfo _U_, proto_tree *parent_tree,
+ tvbuff_t *tvb, int offset,
+ usb_trans_info_t *usb_trans_info _U_,
+ usb_conv_info_t *usb_conv_info _U_);
#endif