aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mausb.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2014-08-20 14:32:40 +0200
committerMartin Kaiser <wireshark@kaiser.cx>2014-08-25 13:59:28 +0000
commitb737e2e8ef9540659d2918653fd9805a16fbb3c5 (patch)
tree612691e3939a4926ef03d32bc99fea79bac11047 /epan/dissectors/packet-mausb.c
parentc284e1211296361d1548e8f98a7ccc51c621019f (diff)
remove trans_info parameter from dissect_usb_endpoint_descriptor()
(remove it in the call from mausb as well) add NULL checks for usb_conv_info, usb_trans_info Change-Id: I95d52b85e3fa0d42b6a20047053259aaca8754fe Reviewed-on: https://code.wireshark.org/review/3784 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Diffstat (limited to 'epan/dissectors/packet-mausb.c')
-rw-r--r--epan/dissectors/packet-mausb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mausb.c b/epan/dissectors/packet-mausb.c
index 0e057b94c9..d9fcfcaa0e 100644
--- a/epan/dissectors/packet-mausb.c
+++ b/epan/dissectors/packet-mausb.c
@@ -892,7 +892,7 @@ static guint16 dissect_mausb_mgmt_pkt_ep_handle( proto_tree *tree, tvbuff_t *tvb
/* Standard USB Endpoint Descriptor */
dissect_usb_endpoint_descriptor(pinfo, tree, tvb, loop_offset,
- &usb_trans_info, &usb_conv_info);
+ &usb_conv_info);
loop_offset += USB_DT_EP_SIZE;
/* If there are more descriptors to read */