ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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