Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] how to build standalone plugin dll

From: "jorge sanchez" <xsanch@xxxxxxxxx>
Date: Thu, 10 Apr 2008 10:36:28 +0200
Hi all,


solved i needed to do :

mt.exe -manifest bip.dll.manifest -outputresource:bip.dll;#2


Copying the bip.dll to plugins directory to fresh installed wireshark
then works..


Thanks,

Jorge

On Wed, Apr 9, 2008 at 5:13 PM, jorge sanchez <xsanch@xxxxxxxxx> wrote:
> Hi ,
>
>  it was just typo sorry for that. I mean that the plugins name is
>  bip.dll and i copied this file to correct directory.
>
>  Maybe the problem is that I modified the VERSION_EXTRA in config.nmake
>  to "jorge" so the plugin shoul be
>  expected in %WIRESHARK\plugins\0.99.8jorge\bip.dll instead of
>  %WIRESHARK\plugins\0.99.8\bip.dll  .
>
>  I removed the VERSION_EXTRA and I am currently rebuilding the wireshark..
>
>  Thanks,
>
>  Jorge Sanchez
>
>
>
>  On Wed, Apr 9, 2008 at 5:01 PM, Maynard, Chris
>  <Christopher.Maynard@xxxxxxxxx> wrote:
>  > And just to clarify, you typed below that "If I
>  >
>  > copy the plugin.dll to %WIRESHARK\plugins\0.9.88\plugin.dll then I
>  >  get following error."
>  >
>  >  You should be copying the bip.dll to
>  >  "%WIRESHARK%\plugins\0.9.8\bip.dll".
>  >
>  >  Were those just 2 typos on your part, or is your script incorrect?
>  >  - Chris
>  >
>  >
>  >
>  >  -----Original Message-----
>  >  [snip]
>  >  _______________________________________________
>  >  Wireshark-dev mailing list
>  >  Wireshark-dev@xxxxxxxxxxxxx
>  >  http://www.wireshark.org/mailman/listinfo/wireshark-dev
>  >
>