Hi,

I always wondered why this isn't included in the Windows build scripts. Can 
anyone shed some light on that?

Thanx,
Jaap

Martin Lutz wrote:
> Hi Rajith,
> this command should be entered in the after building your plugin from the 
> directory your plugin resides.
> 
> eg.
> 
> cd \wireshark\plugins\<yourplugin> #switch to your plugin dir
> nmake -f Makefile.nmake            #build your plugin
> mt -manifest <yourplugin.dll>.manifest -outputresource:<yourplugin.dll>;2
> 
> Hope this helps,
> Martin.
> 
> 
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of rajith pr
> Sent: Tuesday, December 02, 2008 1:20 PM
> To: Developer support list for Wireshark
> Subject: Re: [Wireshark-dev] How to share enhanced plugin
> 
> Hi Martin,
> 
> Iam not familiar with the wireshark build environment. So, to get a working 
> dll where should i put the command you have pointed.
> mt.exe -manifest <dll_name>.manifest -outputresource:<dll_name>;2
> 
> 
> -Rajith.
> 
> On Tue, Dec 2, 2008 at 4:56 PM, Martin Lutz <[EMAIL PROTECTED]> wrote:
> http://www.wireshark.org/lists/wireshark-dev/200811/msg00073.html works for 
> me to run the plugin-dll on different versions.
> 
> Regards,
> Martin.
> 
> 
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of rajith pr
> Sent: Tuesday, December 02, 2008 11:28 AM
> To: Developer support list for Wireshark
> Subject: Re: [Wireshark-dev] How to share enhanced plugin
> 
> OK..I had tried replacing the dll but it was build on a different version and 
> it dint work. I will try building on the same version and check if that 
> solves the issue. Thanks a lot..
> On Tue, Dec 2, 2008 at 3:16 PM, Anders Broman <[EMAIL PROTECTED]> wrote:
> Hi,
> You can distribute the .dll .NOTE the .dll MUST be built with the same WS 
> version and compiler as the one the user has installed, otherwise it might 
> not work.
> The .dll should be placed in the plugin dir of the installed WS
> Regards
> Anders
> 
> ________________________________________
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of rajith pr
> Sent: den 1 december 2008 20:17
> To: Developer support list for Wireshark
> Subject: [Wireshark-dev] How to share enhanced plugin
> Hello friends,
>  
> I have enhanced a wireshark plugin of our proprietory protocol. Now i want to 
> distribute the plugin for testing. Is there any way i could do it without 
> having to give a setup file. I dont wish the testing people reinstant the 
> wireshark to test my enhanced plugin.
>  
> Thanks in Advance,
>  
> Regards,
> Rajith.
> 

_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
https://wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to