ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] How to share enhanced plugin

From: WangJing <wj.vivian@xxxxxxxxx>
Date: Wed, 3 Dec 2008 17:26:31 +0800
I tried. but received :
mt: unknown option -- n
usage: mt [-V] [-f device] operation [count]

This is at MSVC2005.
And I can use "nmake -f makefile.nmake packaging", generate installing package.






2008/12/2 Martin Lutz <MartinL@xxxxxxxxxxx>
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: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] 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 <MartinL@xxxxxxxxxxx> 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: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] 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 <anders.broman@xxxxxxxxxxxx> 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: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] 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@xxxxxxxxxxxxx
https://wireshark.org/mailman/listinfo/wireshark-dev

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

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