Wireshark-commits: [Wireshark-commits] master-2.0 6aaaf16: Qt: Reload Lua expert infos

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 11 Dec 2015 07:18:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6aaaf162016058891188798d8758651b2f21534d
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

6aaaf16 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Reload Lua expert infos
    
    Support reloading Lua plugins with expert infos.
    Use the same delayed deregister logic as for fields.
    
    Change-Id: I36efa0820050b3a7afed4de7a8b0fa16805e8dfa
    Reviewed-on: https://code.wireshark.org/review/12498
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit ea1789f925f49027e6b2864e6cc846b7016dc13b)
    Reviewed-on: https://code.wireshark.org/review/12526
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  85f3efa   MIPv6: Fix unknown MH Type message data length
    adds  6aaaf16   Qt: Reload Lua expert infos


Summary of changes:
 epan/expert.c                   |   40 +++++++++++++++++++++++++++++++++++++--
 epan/expert.h                   |   10 ++++++++++
 epan/proto.c                    |    3 +++
 epan/wslua/wslua_proto.c        |    3 +++
 epan/wslua/wslua_proto_expert.c |    4 +---
 5 files changed, 55 insertions(+), 5 deletions(-)