Wireshark-commits: [Wireshark-commits] master ebdaace: Lua: Added reload_lua_plugins

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 11 Jan 2016 07:43:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ebdaace0025749dd68a1cef7d0fd83b596861edf
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Lua: Added reload_lua_plugins
    
    This makes it possible to trigger reloading Lua plugins from
    within a Lua plugin.  This can be used when having a plugin to
    update local plugins from a external source.
    
    Renamed reload() to reload_packets() to clarify what's reloaded,
    and added a alias (marked as obsoleted) from reload().
    
    Change-Id: I4e529992af5f651613950329e73718dbda317d2e
    Reviewed-on: https://code.wireshark.org/review/13024
    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  515502f   WSUG: Update the statusbar section.
    adds  ebdaace   Lua: Added reload_lua_plugins


Summary of changes:
 epan/funnel.h                   |    3 ++-
 epan/wslua/wslua_gui.c          |   32 ++++++++++++++++++++---
 ui/cli/tap-funnel.c             |    1 +
 ui/gtk/funnel_stat.c            |    5 ++--
 ui/qt/funnel_statistics.cpp     |   21 +++++++++++++---
 ui/qt/funnel_statistics.h       |    1 +
 ui/qt/main_window.cpp           |    2 ++
 ui/qt/main_window.h             |    1 +
 ui/qt/main_window_slots.cpp     |   53 +++++++++++++++++++++------------------
 ui/qt/wireshark_application.cpp |    5 ++++
 ui/qt/wireshark_application.h   |    2 ++
 11 files changed, 93 insertions(+), 33 deletions(-)