Wireshark-commits: [Wireshark-commits] master 6b80979: FTDI MPSSE: Display pin name alongside signa

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 24 Feb 2020 07:43:48 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6b80979faf4880b967a10ba800ec6a6644c17ff7
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6b80979 by Tomasz Moń (desowin@xxxxxxxxx):

    FTDI MPSSE: Display pin name alongside signal name
    
    Pass chip and interface information from FTDI FT to MPSSE dissector.
    
    Set usb_conv_info_t field deviceVersion to bcdDevice field from DEVICE
    DESCRIPTOR so USB dissectors can use it. In case of FTDI FT chips, the
    bcdDevice value is used to determine chip.
    
    Ping-Bug: 11743
    Change-Id: I4f2cf5d50355d914fef51cf7e268064b02bc02ed
    Reviewed-on: https://code.wireshark.org/review/36147
    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  e54bcb0   editcap: Remove an arbitrary time boundary.
     add  6b80979   FTDI MPSSE: Display pin name alongside signal name


Summary of changes:
 epan/dissectors/CMakeLists.txt      |   1 +
 epan/dissectors/packet-ftdi-ft.c    |  27 +++-------
 epan/dissectors/packet-ftdi-ft.h    |  41 +++++++++++++++
 epan/dissectors/packet-ftdi-mpsse.c | 100 +++++++++++++++++++++++++++++++-----
 epan/dissectors/packet-usb.c        |   1 +
 5 files changed, 136 insertions(+), 34 deletions(-)
 create mode 100644 epan/dissectors/packet-ftdi-ft.h