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

Wireshark-dev: [Wireshark-dev] error LINK2001:unresolved external symbol _ett_nds

From: saugat mitra <saugat.mitra@xxxxxxxxx>
Date: Mon, 21 Feb 2011 15:24:43 +0530
Hi
I am compiling Wireshark 1.4.1 on Microsoft Visual C Studio 2008. I
have followed the steps as suggested in the Wireshark developers
Guide.
Have python 2.7 and have installed the tools provided by cygwin. I am
getting the following error -

Creating library libwireshark.lib and object libwireshark.exp
dissectors.lib(packet-ncp-sss.obj) : error LNK2001: unresolved
external symbol _ett_nds
dissectors.lib(packet-ncp2222.obj) : error LNK2001: unresolved
external symbol _ett_nds
dissectors.lib(packet-ncp2222.obj) : error LNK2001: unresolved
external symbol _ett_nds_segments
dissectors.lib(packet-ncp2222.obj) : error LNK2001: unresolved
external symbol _ett_nds_segment
dissectors.lib(packet-ncp2222.obj) : error LNK2001: unresolved
external symbol _proto_ncp
dissectors.lib(packet-ncp2222.obj) : error LNK2001: unresolved
external symbol _nds_reassembled_table
dissectors.lib(packet-ncp2222.obj) : error LNK2001: unresolved
external symbol _nds_fragment_table
dissectors.lib(packet-ncp2222.obj) : error LNK2001: unresolved
external symbol _ett_ncp
dissectors.lib(packet-ncp2222.obj) : error LNK2001: unresolved
external symbol _nds_data_handle

libwireshark.dll : fatal error LNK1120: 8 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
\link.EXE"' : return code '0x460'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
\nmake.exe"' : return code '0x2'
Stop.

Can you please suggest me the possible error.

Thanks
Saugat.