Wireshark-commits: [Wireshark-commits] master dd43aa2: FTDI MPSSE: Do not unnecessarily request rea
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 Jul 2020 05:13:39 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dd43aa2a0fdea79d61c4d49fc7b46acfd60db0fc
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

dd43aa2 by Tomasz Moń (desowin@xxxxxxxxx):

    FTDI MPSSE: Do not unnecessarily request reassembly
    
    When scanning for Bad Command synchronization code 0xFA followed by the
    command byte, only request reassembly if the last byte is 0xFA.
    
    Ping-Bug: 16691
    Change-Id: Ic04f47e2baece05c0a9a7f748d3035b18cf4e6a2
    Reviewed-on: https://code.wireshark.org/review/37840
    Petri-Dish: Tomasz Moń <desowin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  7561785   FTDI MPSSE: Speed up malformed captures dissection
     add  dd43aa2   FTDI MPSSE: Do not unnecessarily request reassembly


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