Wireshark-commits: [Wireshark-commits] master-2.0 f4384e6: Lua: Remove WSLUA_ERROR on dissecting er

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 8 Feb 2016 16:55:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f4384e6cda716ad7eaf9174c29319ddc25c366f4
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

f4384e6 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Lua: Remove WSLUA_ERROR on dissecting error
    
    On error in Dissector_call and DissectorTable_try we should not
    terminate with WSLUA_ERROR because the error is already reported
    in the tree with show_exception().
    
    Change-Id: I60739f12cb8b16fe2270f47701286fd0dbf04c6f
    Reviewed-on: https://code.wireshark.org/review/13819
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    (cherry picked from commit 0f2a0e83fbb701a0836da36c16c162817d4a9b2f)
    Reviewed-on: https://code.wireshark.org/review/13826
    

Actions performed:

    from  0de8c2e   MAX_MCS_INDEX is a valid array index.
    adds  f4384e6   Lua: Remove WSLUA_ERROR on dissecting error


Summary of changes:
 epan/wslua/wslua_dissector.c |    8 --------
 1 file changed, 8 deletions(-)