USB device addresses need to be 16-bit.
[metze/wireshark/wip.git] / epan / dissectors / packet-usb.h
index 2e05f6a8a846fc62ddc66738e579d37d697cbd1f..46cdfc0524a2240ef2ddc87fbbcc3798594dce6a 100644 (file)
@@ -83,7 +83,7 @@ typedef struct _usb_trans_info_t {
  * there is one such structure for each device/endpoint conversation */
 struct _usb_conv_info_t {
     guint16  bus_id;
-    guint  device_address;
+    guint16  device_address;
     guint8   endpoint;
     gint     direction;
     guint8   transfer_type;