URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=387cded66157a5342a7e7a15a91a9726f8c48f7f
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
387cded 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/17304
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 53f7f28 isakmp Fix IKEv2 modification UAT crash
adds 387cded 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(-)