URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=45ab68892217891dd438d6c663f2ea5ed85ef2b2
Submitter: "Anders Broman <a.broma...@gmail.com>"
Changed: branch: master
Repository: wireshark

Commits:

45ab688 by Tomasz Moń (deso...@gmail.com):

    FTDI MPSSE: Fix handling responses without command
    
    When response without command appears, a NULL pointer is inserted into
    RX command info tree. This essentially led to all further response data,
    even with matching command being marked as response without command.
    Solve the issue by starting a new list if all commands in the current
    list have been matched with response data.
    
    Ping-Bug: 11743
    Change-Id: Ibe1d3780f81d7bfe4542119a01fbfad254b3afae
    Reviewed-on: https://code.wireshark.org/review/37971
    Petri-Dish: Tomasz Moń <deso...@gmail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broma...@gmail.com>
    

Actions performed:

    from  2fcbbf3   FTDI FT: Rename from ftdift to ftdi-ft
     add  45ab688   FTDI MPSSE: Fix handling responses without command


Summary of changes:
 epan/dissectors/packet-ftdi-mpsse.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to