aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-usb.h')
-rw-r--r--epan/dissectors/packet-usb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-usb.h b/epan/dissectors/packet-usb.h
index e4246cbe5f..d84a7c2138 100644
--- a/epan/dissectors/packet-usb.h
+++ b/epan/dissectors/packet-usb.h
@@ -85,6 +85,8 @@ typedef struct _usb_trans_info_t {
* Valid only during GET CONFIGURATION response.
*/
usb_conv_info_t *interface_info;
+
+ guint64 usb_id;
} usb_trans_info_t;
/* Conversation Structure
@@ -267,7 +269,7 @@ usb_set_addr(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, guint16 bus_id
usb_trans_info_t
*usb_get_trans_info(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
- usb_header_t header_type, usb_conv_info_t *usb_conv_info);
+ usb_header_t header_type, usb_conv_info_t *usb_conv_info, guint64 usb_id);
#endif