Could you please provide some detailed instruction on "This is where you would do any fancy GUI stuff with Wireshark's GUI calls or with, e.g., wxWidgets (via wxLua) or Qt (via lqt)."? How do I use wxLua for example? I tried to copy wx.dll from wxLua installer to the Program Files\Wireshark library, but Wireshark crashed as soon as I tried to evaluate 'require "wx"' in the lua console. asked 24 Oct '12, 02:33 cserby converted 24 Oct '12, 21:15 helloworld |
One Answer:
The crash is probably occurring because you copied These steps work for me:
You should see something like this: answered 24 Oct '12, 21:21 helloworld |
When I followed above steps and tried to Evaluate simple require("wx") It is giving me error like this
"Lua : Error During execurion of dialog callback: error loading module 'wx' from file C:\Program Files\wireshark\wx.dll: %1 isnot a valid Win32 application"
Can you do something with this error???
That type of error is sometimes due to a 32\64 bit mismatch. Are you sure that Wireshark and wxLua are the same architecture?