aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.h
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2014-07-31 09:59:29 +0200
committerMartin Kaiser <wireshark@kaiser.cx>2014-07-31 20:59:31 +0000
commit9a032279ef182c5b02030aa496cf6031fd69fe6b (patch)
treed6b052eb23f3ec0862ede5925f85b9fe5869aa04 /epan/dissectors/packet-usb.h
parent43a81b61395358d93a3f859e9058dfd7ecc39a7e (diff)
this is the _URB_ transfer type - which is different from the
transfer type in the endpoint descriptor Change-Id: I9e23d9825efb30311cd3e04d01548c03b163c276 Reviewed-on: https://code.wireshark.org/review/3299 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Diffstat (limited to 'epan/dissectors/packet-usb.h')
-rw-r--r--epan/dissectors/packet-usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-usb.h b/epan/dissectors/packet-usb.h
index fac36b4ea8..63178872d3 100644
--- a/epan/dissectors/packet-usb.h
+++ b/epan/dissectors/packet-usb.h
@@ -134,7 +134,7 @@ typedef struct _usb_tap_data_t {
#define URB_ERROR 'E'
/*
- * transfer_type values
+ * URB transfer_type values
*/
#define URB_ISOCHRONOUS 0x0
#define URB_INTERRUPT 0x1