This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

how to use a plugin created on ubuntu on my windows build of wireshark?

0

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's gravatar image

sid
45192021
accept rate: 0%


One Answer:

2

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's gravatar image

Anders ♦
4.6k952
accept rate: 17%

edited 03 Feb '11, 11:59

Jaap's gravatar image

Jaap ♦
11.7k16101