Wireshark-commits: [Wireshark-commits] master-2.2 7dc3d01: call_heur_dissector_direct: do not trigg
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7dc3d01a568dae5bc22934ec0076c46bdd1da106
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
7dc3d01 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
call_heur_dissector_direct: do not trigger an assert if heuristic dissector rejects packet
This can happen for example is the heuristics changed between the Wireshark
version used to export PDUs, and the one used to open the file.
Instead, call data dissector.
Change-Id: I29f7754f883fd710c3557a610583ef988ca13e43
Reviewed-on: https://code.wireshark.org/review/17280
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit 2095b325998f1da06a4e80efeb186ec99d6e39ed)
Reviewed-on: https://code.wireshark.org/review/17294
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from a7e78b4 SCSI: Mode Sense 10: Wrong block descriptor length
adds 7dc3d01 call_heur_dissector_direct: do not trigger an assert if heuristic dissector rejects packet
Summary of changes:
epan/packet.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)