[PATCH 04/12] fixed device_addr4 decoding according draft >= 19

Tigran Mkrtchyan tigran.mkrtchyan at desy.de
Sat May 24 16:57:20 EDT 2008


---
 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


--------------010504080207030209060809
Content-Type: text/x-patch;
 name="0005-fixed-layoutget-reply-decode-according-to-draft-1.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename*0="0005-fixed-layoutget-reply-decode-according-to-draft-1.patch"



More information about the pNFS mailing list