Ethereal-dev: Re: [Ethereal-dev] Update for NDPS dissector

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Mon, 21 Apr 2003 14:59:30 -0700
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.