Hi,
Using “dll” from “another” build is not recommended. The consequence is
unpredictable (it might crash wireshark).
Recompile the DLL for each version separately.
Doron Blazer
From: wireshark-dev-boun...@wireshark.org
[mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of nikhil tripathi
Hi,
I understand there are 2 source code sets - stable and development.
The latest are 1.0.6 and 1.1.3/4(svn).
What is the relationship between the two?
Does 1.0.6 is the last svn of 1.1.2?
If I write a plugin for 1.1.3 should it fit for 1.0.7?
Thanks,
Doron
-
Thanks!
-Original Message-
From: wireshark-dev-boun...@wireshark.org
[mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Jaap Keuter
Sent: Friday, February 20, 2009 8:19 AM
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] Help - Peculiar behavior with DLLs
Hi,
Hi,
I have been developing under the latest development sources (1.1.3 svn), a
plug-in dissector.
I compiled it to a dll - all fine.
When I add it to the "plugin" directory it all works fine (working with 1.1.3).
When I install 1.0.6 on a new machine (and add the dll to the "plugin"
directory),