aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.ui
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2015-08-11 14:08:08 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2015-08-11 12:09:07 +0000
commitecc4f756bdb6175cc0b3b11af2f90884db1c602c (patch)
tree99d8ca48a72752e1257d4b8b321f41d1767ee020 /ui/qt/main_window.ui
parent70d06deb2e31bd605e672200a7755764febe94ae (diff)
Added Reload Lua plugins.
This is initial support for reloading Lua plugins without restarting the application. Still todo: - Deregister FileHandlers - Support deregister ProtoField with existing abbrev (same_name_hfinfo) - Add a progress dialog when reloading many plugins - Search for memory leakages in wslua functions Change-Id: I48870d8741251705ca15ffe1068613fcb0cb18c1 Reviewed-on: https://code.wireshark.org/review/5028 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui/qt/main_window.ui')
-rw-r--r--ui/qt/main_window.ui12
1 files changed, 12 insertions, 0 deletions
diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui
index dda94a9e5e..7a0e8ec493 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -386,6 +386,7 @@
<addaction name="separator"/>
<addaction name="actionAnalyzeEnabledProtocols"/>
<addaction name="actionAnalyzeDecodeAs"/>
+ <addaction name="actionAnalyzeReloadLuaPlugins"/>
<addaction name="separator"/>
<addaction name="menuSCTP"/>
<addaction name="menuFollow"/>
@@ -1790,6 +1791,17 @@
<string>Change the way packets are dissected</string>
</property>
</action>
+ <action name="actionAnalyzeReloadLuaPlugins">
+ <property name="text">
+ <string>Reload Lua Plugins</string>
+ </property>
+ <property name="toolTip">
+ <string>Reload Lua plugins</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+Shift+L</string>
+ </property>
+ </action>
<action name="action29West">
<property name="text">
<string>29West</string>