On Mon, Apr 21, 2003 at 09:58:58AM -0600, Greg Morris wrote: > 1. Definitions for Novell defined Object ID's
Unfortunately, in many cases, they're being handled as bigger-than-32-bit quantities, and that won't work. The value in a "value_string" structure is a "guint32", but "packet-ndps.h" is stuffing values longer than 32 bits into them - the upper 32 bits would simply be discarded.
