Wireshark-commits: [Wireshark-commits] master b858626: FTDI MPSSE: Dissect Open-Drain enable parame
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 17 Aug 2020 06:25:49 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b85862654b3b92344ca0e084c4f38b0fa7d8a84e
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b858626 by Tomasz Moń (desowin@xxxxxxxxx):

    FTDI MPSSE: Dissect Open-Drain enable parameters
    
    Set I/O to only drive on a '0' and tristate on a '1' command essentially
    sets each I/O output type to either Open-Drain or Push-Pull.
    
    Ping-Bug: 11743
    Change-Id: I580d63c80114ad8f4a7cb1fc82a3c40720cc71e6
    Reviewed-on: https://code.wireshark.org/review/38167
    Petri-Dish: Tomasz Moń <desowin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3b67c5b   TFS: Add some commonly-defined string pairs to tfs.c
     add  b858626   FTDI MPSSE: Dissect Open-Drain enable parameters


Summary of changes:
 epan/dissectors/packet-ftdi-mpsse.c | 181 +++++++++++++++++++++++++++++++++++-
 1 file changed, 180 insertions(+), 1 deletion(-)