Wireshark-commits: [Wireshark-commits] master 694c2bc: FTDI MPSSE: Match response data with command
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 09 Mar 2020 04:46:23 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=694c2bcbf0cca4b6f43c2be05a8b755893d37f47
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

694c2bc by Tomasz Moń (desowin@xxxxxxxxx):

    FTDI MPSSE: Match response data with commands
    
    Synchronize response stream on Bad Commands. Mark any skipped response
    (missynchronized) data with expert info.
    
    Insert Wireshark generated "Command in" and "Response in" fields that
    allow fast navigation between packets.
    
    Ping-Bug: 11743
    Change-Id: I08914f19501a83ff7f6194cb8dce5604f781cb42
    Reviewed-on: https://code.wireshark.org/review/36324
    Petri-Dish: Tomasz Moń <desowin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  914bb15   TLS: Limit the number of DNs in Certificate Request messages
     add  694c2bc   FTDI MPSSE: Match response data with commands


Summary of changes:
 epan/dissectors/packet-ftdi-ft.c    |   6 +-
 epan/dissectors/packet-ftdi-ft.h    |   4 +
 epan/dissectors/packet-ftdi-mpsse.c | 319 ++++++++++++++++++++++++++++++++++--
 3 files changed, 310 insertions(+), 19 deletions(-)