Wireshark-commits: [Wireshark-commits] master b61a4ab: FTDI FT: Use custom reassembly table key fun
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b61a4abc9123508ab914e35b82d606ad992f81e9
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
b61a4ab by Tomasz Moń (desowin@xxxxxxxxx):
FTDI FT: Use custom reassembly table key functions
Construct FTDI FT reassembly table key based on desegment data. This
makes sure that the code can find corresponding data in the reassembly
table (which wasn't true for fuzzed captures).
Ping-Bug: 16691
Change-Id: I37f29aca07ec5e27f8a07db9233a9bb6d809dbda
Reviewed-on: https://code.wireshark.org/review/37841
Petri-Dish: Tomasz Moń <desowin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from dd43aa2 FTDI MPSSE: Do not unnecessarily request reassembly
add b61a4ab FTDI FT: Use custom reassembly table key functions
Summary of changes:
epan/dissectors/packet-ftdi-ft.c | 96 +++++++++++++++++++++++++++++++++-------
1 file changed, 79 insertions(+), 17 deletions(-)