There's a macro in oids.h that takes care of that. Delete the objects and rebuild.
On 8/26/07, Anders Broman <[EMAIL PROTECTED]> wrote: > > > > > 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 > [email protected] > http://www.wireshark.org/mailman/listinfo/wireshark-dev > > -- This information is top security. When you have read it, destroy yourself. -- Marshall McLuhan _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
