From 9a032279ef182c5b02030aa496cf6031fd69fe6b Mon Sep 17 00:00:00 2001 From: Martin Kaiser Date: Thu, 31 Jul 2014 09:59:29 +0200 Subject: 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 --- epan/dissectors/packet-usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-usb.h') 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 -- cgit v1.2.3