[pnfs] wireshark

J. Bruce Fields bfields at fieldses.org
Tue Jun 3 16:05:40 EDT 2008


On Mon, May 26, 2008 at 09:13:20AM +0200, Tigran Mkrtchyan wrote:
> Subject: [PATCH 04/12] fixed device_addr4 decoding according draft >= 19
> 
> ---
>  epan/dissectors/packet-nfs.c |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/epan/dissectors/packet-nfs.c b/epan/dissectors/packet-nfs.c
> index da7f994..79a94c3 100644
> --- a/epan/dissectors/packet-nfs.c
> +++ b/epan/dissectors/packet-nfs.c
> @@ -7790,9 +7790,8 @@ dissect_nfs_devices4(tvbuff_t *tvb, int offset, proto_tree *tree)
>  static int
>  dissect_nfs_deviceaddr4(tvbuff_t *tvb, int offset, proto_tree *tree)
>  {
> -	/* No layout type - argh */
>  
> -	/* Assume file layout for now */
> +	/* layout type */
>  	offset = dissect_rpc_uint32(tvb, tree, hf_nfs_layouttype4, offset);
>  
>  	/* skip da_addr_body size */
> -- 
> 1.5.5.1.211.g65ea3

This patch doesn't do what the changelog (in the Subject line) says it
does.  I assume there weren't any device_addr4 changes in the later
drafts?

--b.


More information about the pNFS mailing list