Wireshark-commits: [Wireshark-commits] master 585f944: acse: don't THROW() an exception from a diss
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Jun 2015 01:02:29 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=585f944f655d5220e5a285ee7c1cfe86b2a6f8a9
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

585f944 by Martin Kaiser (wireshark@xxxxxxxxx):

    acse: don't THROW() an exception from a dissector
    
    we already have an expert info, we can simply exit
    
    Change-Id: I8adbfb084991195152a02bbef64c38c5aa9e841e
    Reviewed-on: https://code.wireshark.org/review/9113
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  cdc7d25   Add ability to export PDUs for heuristic dissectors also
    adds  585f944   acse: don't THROW() an exception from a dissector


Summary of changes:
 asn1/acse/packet-acse-template.c |    5 +++--
 epan/dissectors/packet-acse.c    |    9 +++++----
 2 files changed, 8 insertions(+), 6 deletions(-)