|
I have created a plugin for wireshark. I run the wireshark on ubuntu and it is correctly dissecting my packets. Now I want to use the plugin on another computer which uses windows. So how do I use the plugin on windows?? I need the plugin in the form of a dll on windows, isn't it?? How do successfully use the plugin on windows? Thanks and Regards, Sid |
|
Well obviously you have to compile it for windows then. You will have to create a build environment on Windows, you could use the free Express edition of Visual Studio then following the steps in the Developers Guide. |
