From 5a23b45c813a248f8def270903f34df65a430413 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Oct 17 2011 17:25:32 +0000 Subject: - Fixed a regression introduce by upstream patch r38306 which caused v4.1 traffic not to be displayed. - Added v4 error status to packet detail window. Signed-off-by: Steve Dickson --- diff --git a/wireshark-1.6.2-nfsv41-addstatus.patch b/wireshark-1.6.2-nfsv41-addstatus.patch new file mode 100644 index 0000000..9eb9405 --- /dev/null +++ b/wireshark-1.6.2-nfsv41-addstatus.patch @@ -0,0 +1,59 @@ +diff -up wireshark-1.6.2/epan/dissectors/packet-nfs.c.orig wireshark-1.6.2/epan/dissectors/packet-nfs.c +--- wireshark-1.6.2/epan/dissectors/packet-nfs.c.orig 2011-09-07 21:54:18.000000000 -0400 ++++ wireshark-1.6.2/epan/dissectors/packet-nfs.c 2011-10-17 12:43:30.116761420 -0400 +@@ -768,7 +768,7 @@ static int nfsv4_operation_tiers[] = { + 1 /* 50, NFS4_OP_LAYOUTGET */, + 1 /* 51, NFS4_OP_LAYOUTRETURN */, + 1 /* 52, NFS4_OP_SECINFO_NO_NAME */, +- 1 /* 53, NFS4_OP_SEQUENCE */, ++ 4 /* 53, NFS4_OP_SEQUENCE */, + 1 /* 54, NFS4_OP_SET_SSV */, + 1 /* 55, NFS4_OP_TEST_STATEID */, + 1 /* 56, NFS4_OP_WANT_DELEGATION */, +@@ -8077,7 +8077,6 @@ static value_string_ext names_nfsv4_oper + static gint *nfsv4_operation_ett[] = + { + &ett_nfs_access4 , +- &ett_nfs_access_supp4, + &ett_nfs_close4 , + &ett_nfs_commit4 , + &ett_nfs_create4 , +@@ -8970,6 +8969,8 @@ dissect_nfs_argop4(tvbuff_t *tvb, int of + ftree = proto_item_add_subtree(fitem, ett_nfs_argop4); + } + ++ proto_item_append_text(tree, ", Ops(%d):", ops); ++ + for (ops_counter=0; ops_counter/dev/null || : %{_sbindir}/idl2wrs %changelog +* Mon Oct 17 2011 Steve Dickson - 1.6.2-2 +- Fixed a regression introduce by upstream patch r38306 + which caused v4.1 traffic not to be displayed. +- Added v4 error status to packet detail window. + * Fri Sep 9 2011 Jan Safranek - 1.6.2-1 - upgrade to 1.6.2 - see http://www.wireshark.org/docs/relnotes/wireshark-1.6.2.html