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] unresolved external symbol _oid_to_str

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Sun, 26 Aug 2007 17:34:37 +0200

Hi,

Building on Windows I get the following:

 

proto.obj : error LNK2001: unresolved external symbol _oid_to_str

libwireshark.dll : fatal error LNK1120: 1 unresolved externals

 

oids.h

Has it as

#define oid_to_str(encoid, encoid_len) oid_encoded2string(encoid, encoid_len)

 

I’m not sure what the solution is. Its used by

proto.c

packet-ber.c

packet-per.c

packet-agentx.c

 

Should those be changed to use oid_encoded2string instead?

 

Regards

Anders