URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=45ab68892217891dd438d6c663f2ea5ed85ef2b2
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
45ab688 by Tomasz Moń (desowin@xxxxxxxxx):
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ń <desowin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
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(-)