Wireshark-commits: [Wireshark-commits] master 2095b32: call_heur_dissector_direct: do not trigger a

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 24 Aug 2016 07:28:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2095b325998f1da06a4e80efeb186ec99d6e39ed
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2095b32 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>
    

Actions performed:

    from  20908f55f SCSI: Mode Sense 10: Wrong block descriptor length
    adds  2095b32   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(-)