Wireshark-commits: [Wireshark-commits] master a1b4025: remove the parameter usb_trans_info from the

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 19 Aug 2014 20:22:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a1b40258dd30b3d9013cac02f1e4816f37da9166
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a1b4025 by Martin Kaiser (wireshark@xxxxxxxxx):

    remove the parameter usb_trans_info from the functions that dissect the
    standard descriptors
    
    usb_trans_info is a part of usb_conv_info, there's no need to have it as
    a separate parameter
    
    Change-Id: I3608c10543b896ca04c6062de23297d852dae31a
    Reviewed-on: https://code.wireshark.org/review/3731
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  543153b   interface and endpoint descriptors can't possibly appear in a get descriptor response on their own, only as part of a configuration descriptor
    adds  a1b4025   remove the parameter usb_trans_info from the functions that dissect the standard descriptors


Summary of changes:
 epan/dissectors/packet-usb.c |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)