I have downloaded version 1.2.7 and installed it separatelly and i have
copied the dllat *c:\program files\wireshark*.
i have build version of wiresshark at *c:\wireshark*,through which i created
my own dissector.
so i copied the dll from *c:\wireshark\plugins to c:\program
files\wireshark\plugins\1.2.7*

**
ankur


On Tue, Apr 27, 2010 at 3:43 PM, Graham Bloice
<graham.blo...@trihedral.com>wrote:

>   On 27/04/2010 11:05, ankur madan wrote:
>
> Hi,
>     i created my own dissector "dissbill".i created the dll and manifest of
> this plugin and copied it to c:\program files\wireshark\plugin.after that i
> run tshark.exe though cmd.it gave me the error,could not load the module
> and msvcr80.dll not found.
> after this i copied msvcr80.dll to system32 folder.the error is still
> coming,but now the error is a runtime error R6034.
>
> may i know what is the main issue.looking forward for response.
>
> thanks
> ankur
>
>   You need to build a plain old version of wireshark before you try
> building a custom one.  Can you confirm that you have built and run a
> standard wireshark?  Did you build the installer and install it?
>
> Is the Wireshark in C:\Program Files\Wireshark the one you have built and
> installed, or an install built elsewhere?  During a build, Wireshark isn't
> installed, that's a separate step.
>
> If the latter then it is likely to have been linked with msvcr90.dll and
> your plugin is linked with msvcr80.dll (due to compiling with VS2005)
> causing the issue.
>
> --
> Regards,
>
> Graham Bloice
>
>
> ___________________________________________________________________________
> Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
> Archives:    http://www.wireshark.org/lists/wireshark-dev
> Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
>             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe
>
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to