Wireshark-commits: [Wireshark-commits] master 098077b: FTDI FT: Dissect SetBitMode command

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 14 Jan 2020 07:50:05 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=098077b6850a9b4cdcc4885b1442810ba984639a
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

098077b by Tomasz Moń (desowin@xxxxxxxxx):

    FTDI FT: Dissect SetBitMode command
    
    Dissect SetBitMode based on the libftdi implementation.
    Pass MPSSE data to FTDI MPSSE dissector stub. The FTDI MPSSE stub
    currently only marks the data as undecoded.
    
    Add Olimex ARM USB JTAG adapters VID/PID information to FTDI FT.
    
    Ping-Bug: 11743
    Change-Id: I1cfc6371a0b1c8f8aae81bf024056fb99ffd443c
    Reviewed-on: https://code.wireshark.org/review/35734
    Petri-Dish: Tomasz Moń <desowin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  bc89c4d   netlink: add and improve code comments
     add  098077b   FTDI FT: Dissect SetBitMode command


Summary of changes:
 epan/dissectors/CMakeLists.txt      |   1 +
 epan/dissectors/packet-ftdi-ft.c    | 208 ++++++++++++++++++++++++++++++++----
 epan/dissectors/packet-ftdi-mpsse.c |  77 +++++++++++++
 3 files changed, 266 insertions(+), 20 deletions(-)
 create mode 100644 epan/dissectors/packet-ftdi-mpsse.c