Ethereal-dev: Re: [ethereal-dev] some new RPC changes

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Fri, 19 Nov 1999 04:05:33 -0600
On Fri, Nov 19, 1999 at 11:34:39AM +0100, Uwe Girlich wrote:
> Here comes again an update in the RPC field:
> 
> * packet-mount.c
> 	New function: program MOUNT version 3 reply MNT
> 
> * packet-nfs.c
> 	dissect_nfs_fh3(), fh_len (and others) renamed because of AIX
> 		problems.

Checkd in.

>  	offset = dissect_ftype3   (pd,offset,fd,fattr3_tree,"type");
> -	offset = dissect_mode3    (pd,offset,fd,fattr3_tree,"mode");
> +	offset = dissect_mode3    (pd,offset,fdtr3_tree,"mode");
>  	offset = dissect_uint32   (pd,offset,fd,fattr3_tree,"nlink");
>  	offset = dissect_uid3     (pd,offset,fd,fattr3_tree,"uid");
>  	offset = dissect_gid3     (pd,offset,fd,fattr3_tree,"gid");

I reverted this change in packet-nfs. in order to get it to compile.
This change appears accidental.

--gilbert