aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-03-17 23:46:39 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-03-17 23:46:39 +0000
commit7bc574b7760bb82c736e86efee0e0cb32bd35af5 (patch)
tree6152b665c91a5c66d247859e0fcfd23cf3d19e4d /epan/dissectors/packet-usb.h
parent1222542112c6cb3d4bc267e0393a4b0b2f254865 (diff)
From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6963 :
Conversation address generation during processing of endpoint descriptors is not being done in a manner consistent with that of general USB packet dissection. I am not aware of any observable manifestation of this bug. svn path=/trunk/; revision=41634
Diffstat (limited to 'epan/dissectors/packet-usb.h')
-rw-r--r--epan/dissectors/packet-usb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-usb.h b/epan/dissectors/packet-usb.h
index 55caa37a34..90610614ed 100644
--- a/epan/dissectors/packet-usb.h
+++ b/epan/dissectors/packet-usb.h
@@ -74,11 +74,11 @@ typedef struct _usb_tap_data_t {
usb_trans_info_t *trans_info;
} usb_tap_data_t;
-/* This is the endpoint number user for "no endpoint" or the fake endpoint
+/* This is the endpoint number used for "no endpoint" or the fake endpoint
* for the host side since we need two endpoints to manage conversations
* properly.
*/
-#define NO_ENDPOINT 0xffff
+#define NO_ENDPOINT 0xffffffff
/*
* Values from the Linux USB pseudo-header.