Wireshark-commits: [Wireshark-commits] master 5233fd2: FTDI MPSSE: Match responses to fragmented co
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 26 Jul 2020 05:34:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5233fd2c2d79631391b990f11b093d5e8c5da1df
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5233fd2 by Tomasz Moń (desowin@xxxxxxxxx):

    FTDI MPSSE: Match responses to fragmented commands
    
    When bidirectional (both read and write) data shifting command is
    executing, the host can start reading data even before it finishes
    writing the data to be sent. Record preliminary command data structure
    so the response data that starts before the packet in which the command
    is reassembled can be matched with the command.
    
    Ping-Bug: 11743
    Change-Id: Id93924b25e37b0e3829efdb44cbe1db7139aa310
    Reviewed-on: https://code.wireshark.org/review/37952
    Petri-Dish: Tomasz Moń <desowin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  75c739e   ISDN, LAPD: clean up the way they connect to other dissectors.
     add  5233fd2   FTDI MPSSE: Match responses to fragmented commands


Summary of changes:
 epan/dissectors/packet-ftdi-mpsse.c | 67 ++++++++++++++++++++++++++++++-------
 1 file changed, 55 insertions(+), 12 deletions(-)