summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2016-01-03 13:48:39 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2016-01-11 07:43:36 +0000
commitebdaace0025749dd68a1cef7d0fd83b596861edf (patch)
treea89e4dadb12d879f9391b8959cf2b46d80457ac5 /ui/qt/main_window.h
parent515502fd9b76228d5f82ccfae761b4f9e75e7ceb (diff)
downloadwireshark-ebdaace0025749dd68a1cef7d0fd83b596861edf.tar.gz
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@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index aacbb46aa3..3291ee33d7 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -288,6 +288,7 @@ private slots:
void redissectPackets();
void checkDisplayFilter();
void fieldsChanged();
+ void reloadLuaPlugins();
void showAccordionFrame(AccordionFrame *show_frame, bool toggle = false);
void showColumnEditor(int column);
void showPreferenceEditor(); // module_t *, pref *