Wireshark-commits: [Wireshark-commits] master 3e228c0: setup dissectors don't need bus_id and devic
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 9 Apr 2014 08:56:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3e228c0f1577a8bd320dcf88be43f198be03139f
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3e228c0 by Martin Kaiser (wireshark@xxxxxxxxx):

    setup dissectors don't need bus_id and device_address parameters
    these values are already part of usb_conv_info
    
    Change-Id: I79f0c67c91f0f93ba2d52ef08875833eee5e9efd
    Reviewed-on: https://code.wireshark.org/review/1017
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  7d83a87   Don't use tvb_get_nstringz0(), use tvb_get_string_enc().
    adds  3e228c0   setup dissectors don't need bus_id and device_address parameters these values are already part of usb_conv_info


Summary of changes:
 epan/dissectors/packet-usb.c |   95 ++++++++++++++++--------------------------
 1 file changed, 36 insertions(+), 59 deletions(-)