Wireshark-commits: [Wireshark-commits] master f7b6dcc: Lua: allow a Dissector object to be passed i

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 31 Dec 2014 16:01:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f7b6dcc58ca52af222cd14404c56b741abe64738
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f7b6dcc by Hadriel Kaplan (hadriel@xxxxxxxxxxxxxxxxx):

    Lua: allow a Dissector object to be passed in for register_heuristic
    
    Bug: 10695
    Change-Id: I81181b2d00fcb5f0c25ab89bbe4968897f47a3a6
    Reviewed-on: https://code.wireshark.org/review/6131
    Petri-Dish: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  1121288   GTP: fix Copy-paste error (CID 1158594 & 1158595)
    adds  f7b6dcc   Lua: allow a Dissector object to be passed in for register_heuristic


Summary of changes:
 epan/wslua/init_wslua.c       |    2 ++
 epan/wslua/wslua_proto.c      |   30 ++++++++++++++++++++++++++++++
 test/lua/dissector.lua        |   12 +++++++++++-
 test/lua/verify_dissector.lua |   13 +++++++++++++
 test/suite-wslua.sh           |   40 +++++++++++++++++++++++++++++++++++++++-
 5 files changed, 95 insertions(+), 2 deletions(-)