URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c284e1211296361d1548e8f98a7ccc51c621019f
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c284e12 by Martin Kaiser (wireshark@xxxxxxxxx):
remove trans_info parameter from dissect_usb_unknown_descriptor()
remove now unused trans_info variable in mausb
Change-Id: I99df8a1ed039134c9448546d0f1a738f203f9610
Reviewed-on: https://code.wireshark.org/review/3785
Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
Tested-by: Martin Kaiser <wireshark@xxxxxxxxx>
Actions performed:
from d87fbc9 an endpoint_descriptor may only be sent from a USB device to the host as part of a GET DESCRIPTOR Response
adds c284e12 remove trans_info parameter from dissect_usb_unknown_descriptor() remove now unused trans_info variable in mausb
Summary of changes:
epan/dissectors/packet-mausb.c | 6 ++----
epan/dissectors/packet-usb.c | 3 +--
epan/dissectors/packet-usb.h | 1 -
3 files changed, 3 insertions(+), 7 deletions(-)