Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8201] Example Lua plugin passes wrong argument in register

Date: Tue, 12 Feb 2013 19:55:47 +0000

Comment # 1 on bug 8201 from
This is the patch for Version 1.9.0 (SVN Rev 47159 from /trunk):

Index: docbook/wsluarm.xml
===================================================================
--- docbook/wsluarm.xml    (revision 47637)
+++ docbook/wsluarm.xml    (working copy)
@@ -158,7 +158,7 @@

     -- using this function we register our function
     -- to be called when the user selects the Tools->Test->Packets menu
-    register_menu("Test/Packets", menuable_tap, MENU_TOOLS)
+    register_menu("Test/Packets", menuable_tap, MENU_TOOLS_UNSORTED)
 end
     </programlisting>
   </section>


You are receiving this mail because:
  • You are watching all bug changes.