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: "Greg Morris" <GMORRIS@xxxxxxxxxx>
Date: Mon, 21 Apr 2003 16:03:01 -0600
Yes, I know that the upper bits are being discarded. The search mechanism is looking for the lower 32 bits so the upper 32 bits are not needed. I should have just cut them off and commented the actual values.
 
Greg

>>> Guy Harris <guy@xxxxxxxxxx> 4/21/2003 3:59:30 PM >>>
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.

_______________________________________________
Ethereal-dev mailing list
Ethereal-dev@xxxxxxxxxxxx
http://www.ethereal.com/mailman/listinfo/ethereal-dev