Wireshark-commits: [Wireshark-commits] master ea1789f: Qt: Reload Lua expert infos

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 11 Dec 2015 05:18:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ea1789f925f49027e6b2864e6cc846b7016dc13b
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ea1789f 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>
    

Actions performed:

    from  9c47cb4   Fix Recurring check found by PVS Studio (V571)
    adds  ea1789f   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(-)