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 asked 03 Feb '11, 02:34 sid |
One Answer:
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. answered 03 Feb '11, 07:10 Anders ♦ edited 03 Feb '11, 11:59 Jaap ♦ |