Wireshark-commits: [Wireshark-commits] master 2316352: Lua: add plugin version info
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=23163520ad2a96aa9c22ebae8f3fcc91e93d2461
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2316352 by Hadriel Kaplan (hadrielk@xxxxxxxxx):
Lua: add plugin version info
Expose a "set_plugin_info" global function to set the Lua plugin's
version information. Also, put info about Lua scripts loaded from
the command-line into the help output, not just for scripts loaded
from plugin direvtories.
Bug: 11315
Change-Id: I8bc425ed1ed0dfdc1d05178754f44d44e0b209b5
Reviewed-on: https://code.wireshark.org/review/9593
Petri-Dish: Hadriel Kaplan <hadrielk@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 2c534a9 Add Enabled Protocols dialog for Qt
adds 2316352 Lua: add plugin version info
Summary of changes:
epan/wslua/init_wslua.c | 40 ++++++++++++++++++++++++-----
epan/wslua/wslua.h | 3 +++
epan/wslua/wslua_util.c | 64 +++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 101 insertions(+), 6 deletions(-)