aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.h
diff options
context:
space:
mode:
authorSean O. Stalley <sean.stalley@intel.com>2014-09-15 14:26:05 -0700
committerEvan Huus <eapache@gmail.com>2014-09-17 02:21:48 +0000
commitd05a44c3ceb4a6c22fbf0c764c49e421b02189fe (patch)
treeeeb5652ea2b5c2c282f91caaf041f4d78f7f1d3e /epan/dissectors/packet-usb.h
parentb53405cd5a7b1c2d2f4578a92ac957504a08f3e1 (diff)
Show endpoint direction based on EPHandle bit
Interpret the meaning of the endpoint handle direction bit, instead of just saying if it is set. Change-Id: I9fc0d6f95f6c3a94d6db90c8394fe3ca8fc83715 Reviewed-on: https://code.wireshark.org/review/4119 Reviewed-by: Evan Huus <eapache@gmail.com>
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 9c2c2e848c..8f9d084cf5 100644
--- a/epan/dissectors/packet-usb.h
+++ b/epan/dissectors/packet-usb.h
@@ -198,6 +198,9 @@ typedef struct _usb_tap_data_t {
#define ENDPOINT_TYPE_BULK 2
#define ENDPOINT_TYPE_INTERRUPT 3
+/* 9.6.6 */
+extern const true_false_string tfs_endpoint_direction;
+
usb_conv_info_t *
get_usb_conv_info(conversation_t *conversation);