Wireshark-commits: [Wireshark-commits] master 50a4063: USB: Record bcdVersion in device product dat
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 01 Mar 2020 06:46:14 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=50a40633520c04f1158607657d985519820b16d3
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

50a4063 by Tomasz Moń (desowin@xxxxxxxxx):

    USB: Record bcdVersion in device product data
    
    Set usb conversation info vendor, product and version based on values
    recorded in device product data. This results in USB dissectors that
    register on VID/PID to get correct vendor, product and version
    information if configuration descriptor is not present in the capture.
    One such dissector is FTDI FT where the version is used to determine
    chip type.
    
    Ping-Bug: 11743
    Change-Id: Idcc361861b616222e32fc0d8cef9f9dd687cf1e4
    Reviewed-on: https://code.wireshark.org/review/36243
    Petri-Dish: Tomasz Moń <desowin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Filipe Laíns <lains@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c68366f   FTDI MPSSE: Group commands with parameters
     add  50a4063   USB: Record bcdVersion in device product data


Summary of changes:
 epan/dissectors/packet-usb.c | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)