aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.h
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2014-12-17 16:12:41 +0100
committerMichal Labedzki <michal.labedzki@tieto.com>2015-01-10 15:34:24 +0000
commit7177cedc269ed9fa03fd5f6abfc5b7a2df39e38c (patch)
tree3776fabd550cbafd89626aa8a6ef84a2c6d5e17f /epan/dissectors/packet-usb.h
parentc93d0ab880263ec9a829e763b7fc38fc555db8ad (diff)
USB: Fix Conversation/Endpoint filters
There were not fields for that, so simple add them. Change-Id: I489bae24ac96ea0baf395add731f4d62ccf19352 Reviewed-on: https://code.wireshark.org/review/6401 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Tested-by: Michal Labedzki <michal.labedzki@tieto.com> Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
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 1e07dfce14..b499132aad 100644
--- a/epan/dissectors/packet-usb.h
+++ b/epan/dissectors/packet-usb.h
@@ -239,7 +239,7 @@ dissect_usb_setup_request(packet_info *pinfo, proto_tree *tree,
void
-usb_set_addr(packet_info *pinfo, guint16 bus_id, guint16 device_address,
+usb_set_addr(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, guint16 bus_id, guint16 device_address,
int endpoint, gboolean req);
usb_trans_info_t