Bug ID |
11315
|
Summary |
Allow Lua script to set meta-data about script
|
Product |
Wireshark
|
Version |
1.99.x (Experimental)
|
Hardware |
x86
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Enhancement
|
Priority |
Low
|
Component |
Qt UI
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Based on the question here:
https://ask.wireshark.org/questions/43375/display-a-version-number-for-lua-dissector
... it would be nice to offer an API to set meta=data type info about the Lua
plugin, to then display it in the Help->About dialog box (on a new tab?). For
example, let them do this:
_PLUGIN.title = "The Best Wireshark Plugin"
_PLUGIN.version = "1.0"
_PLUGIN.author = "Jane Doe"
_PLUGIN.description = "This is an awesome plugin!"
You are receiving this mail because:
- You are watching all bug changes.