aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.h
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2014-11-08 11:58:33 +0100
committerMartin Kaiser <wireshark@kaiser.cx>2014-11-08 14:19:00 +0000
commitf82b2f2dd342b74f2ee6a7da2069614671ea8205 (patch)
treee077d741ee9df89391f2f997c6bbbd2342fd5fbe /epan/dissectors/packet-usb.h
parent570df7592d1f6a38b28438192536f8c4872e8437 (diff)
remove parent parameter from dissect_usb_setup_request()
Change-Id: I5a24de9a12e301d472e701140299304e2cb4fcfc Reviewed-on: https://code.wireshark.org/review/5190 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Martin Kaiser <wireshark@kaiser.cx>
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 8f9d084cf5..f1e5254f5f 100644
--- a/epan/dissectors/packet-usb.h
+++ b/epan/dissectors/packet-usb.h
@@ -233,7 +233,7 @@ dissect_usb_setup_response(packet_info *pinfo, proto_tree *tree,
int
dissect_usb_setup_request(packet_info *pinfo, proto_tree *tree,
- proto_tree *parent, tvbuff_t *tvb, int offset,
+ tvbuff_t *tvb, int offset,
guint8 urb_type, usb_conv_info_t *usb_conv_info,
guint8 header_info);