Petr Kovář skrev 2010-05-25 17:15:
______________________ Původní zpráva: ________________________
Od: "Petr Kovář"<petr_kovar@xxxxxxxxxx>
Komu: "wireshark-dev"<wireshark-dev@xxxxxxxxxxxxx>
Datum: 25.05.2010 17:02
Předmět: Linker error LNK2019-unresolved external symbol_dissect_ber_set
I've used stable release, i.e. 1.2.8. Is there any possibility to bypass the dissect_ber_set function by any other solution ?
Well other than making local copies of the function(s) in your plugin
there isn't much to do. I've sceduled
http://anonsvn.wireshark.org/viewvc?view=rev&revision=30940 for 1.2.9
My aim is to create DLL usable both in development and stable release of Wireshark. Current version of my DLL works only in the developments versions, so I thought building the plugin against stable release assure the universal compatibility.
There's no guarantee that a dll built with one version of wireshark will
work with another.
You'll need at least one dll for 1.2.x and one for 1.3.x and may have to
recompile them for a new release.
Anders
Petr
___________________________________________________________________________
Sent via: Wireshark-dev mailing list<wireshark-dev@xxxxxxxxxxxxx>
Archives: http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe