Hello, I would like to know about the below things.
Thank you. asked 18 Aug '16, 02:03 stadkama |
One Answer:
Yes and yes. See the Developers Guide which mainly discusses building dissectors using C, but you can also do this using Lua. There is also the doc directory in the source tree with the particular files README.dissector and README.plugins that may be of interest. Note that Wireshark is licenced under the GPL, so if you distribute your plugin outside your company you must make the source code for the plugin available. answered 18 Aug '16, 05:16 grahamb ♦ |
Thank you. can we make GUI changes also like adding a menu item which has some features?
Did you look at README.plugins, Sect. 6 discusses GUI options for plugins?
There's also the Lua equivalent here.
I went through it...If I am not wrong it is done using Qt right?
If using C (or C++ actually), then yes you are directly using Qt. If using Lua, then you are limited to the Wireshark Lua API.