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

_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to