Ethereal-dev: Re: [Ethereal-dev] Novell NDS decodes

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Fri, 11 Oct 2002 12:36:36 -0700
On Fri, Oct 11, 2002 at 12:24:40PM -0700, Guy Harris wrote:
> If you fix that call to do
> 
>     proto_tree_add_item(ncp_tree, hf_nds_version, tvb, 8, 4,
>      FALSE);

I've checked that in.  If it's little-endian, FALSE should be changed to
TRUE; if it's absent in NDS pings prior to NDS version 10, that call
should be moved inside the "if".