Bug ID |
8201
|
Summary |
Example Lua plugin passes wrong argument in register_menu function
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
1.8.4
|
Hardware |
x86
|
OS |
Mac OS X 10.8
|
Status |
UNCONFIRMED
|
Severity |
Trivial
|
Priority |
Low
|
Component |
Documentation
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
--
The example Lua plugin for a listener ("wslua_tap_example") in wsluarm.xml,
line 161 is wrong. It currently has this:
register_menu("Test/Packets", menuable_tap, MENU_TOOLS)
But it should be this:
register_menu("Test/Packets", menuable_tap, MENU_TOOLS_UNSORTED)
This error shows up on the website's Lua docs as well for the example (I assume
it's from the source).
You are receiving this mail because:
- You are watching all bug changes.