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:43:50 -0600
Here are the diffs fixing the upper bits in the header file definitions and also the cleanup of the unused variables.
 
Thanks,
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.

Attachment: packet-ndps.c.diff
Description: Binary data

Attachment: packet-ndps.h.diff
Description: Binary data