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] Linker error LNK2019-unresolved external symbol _dissect_ber

From: Anders Broman <anders.broman@xxxxxxxxxxxx>
Date: Tue, 25 May 2010 16:32:46 +0200
Hi,
If you are developing on a version older than rev 30940
http://anonsvn.wireshark.org/viewvc/trunk/epan/libwireshark.def?r1=30675&r2=30940 

dissect_ber_set is missing from libwireshark.def and not accessable from plugins.
Regards
Anders

-----Original Message-----
From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Petr Kovár
Sent: den 25 maj 2010 16:14
To: wireshark-dev
Subject: [Wireshark-dev] Linker error LNK2019-unresolved external symbol _dissect_ber_set


Hello all,
during the building of the ASN1-based DLL I get the following linker error:

   Creating library spbp-gti.lib and object spbp-gti.exp packet-spbp-gti.obj : error LNK2019: unresolved external symbol _dissect_ber_set  referenced in function _dissect_spbp_gti_SPBPOpen_U spbp-gti.dll : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: '"C:Program FilesMicrosoft Visual Studio 9.0VCBIN link.EXE"' : return code '0x460'
Stop.

Function dissect_ber_set is defined in the packet-ber.h, which is included in the source template file, so I don't understand why it is not found.  Does anyone know where could be the fault, please? Or did anybody have similar trouble with linking from the packet-ber header ?

Thanks, 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