Wireshark-commits: [Wireshark-commits] master 0f2a0e8: Lua: Remove WSLUA_ERROR on dissecting error

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

Commits:

0f2a0e8 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>
    

Actions performed:

    from  1b5382c   Qt: Add Show Packet Bytes Dialog
    adds  0f2a0e8   Lua: Remove WSLUA_ERROR on dissecting error


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