[pnfs] [PATCH 1/1] fixed infinit recursion in decoding deviceinfo

tigran.mkrtchyan at desy.de tigran.mkrtchyan at desy.de
Wed Nov 14 09:53:58 EST 2007


From: Tigran Mkrtchyan <tigran at nairi.desy.de>

---
 epan/dissectors/packet-nfs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/epan/dissectors/packet-nfs.c b/epan/dissectors/packet-nfs.c
index 7d55079..ca326cd 100644
--- a/epan/dissectors/packet-nfs.c
+++ b/epan/dissectors/packet-nfs.c
@@ -7754,7 +7754,7 @@ dissect_nfs_deviceaddr4(tvbuff_t *tvb, int offset, proto_tree *tree)
 	/* Assume file layout for now */
 	offset = dissect_rpc_uint32(tvb, tree, hf_nfs_layouttype4, offset);
 
-	dissect_nfs_deviceaddr4(tvb, offset, tree);
+	dissect_nfs_devices4(tvb, offset, tree);
 
 	return offset;
 }
-- 
1.5.2.4



More information about the pNFS mailing list