[PATCH 09/13] added nfsv4 specific etts
Tigran Mkrtchyan
tigran.mkrtchyan at desy.de
Mon Jun 16 15:27:49 EDT 2008
---
epan/dissectors/packet-nfs.c | 26 ++++++++++++++------------
1 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/epan/dissectors/packet-nfs.c b/epan/dissectors/packet-nfs.c
index effa3aa..de08dee 100644
--- a/epan/dissectors/packet-nfs.c
+++ b/epan/dissectors/packet-nfs.c
@@ -7197,28 +7197,30 @@ gint *nfsv4_operation_ett[] =
&ett_nfs_verify4 ,
&ett_nfs_write4,
&ett_nfs_release_lockowner4,
- NULL,
- NULL,
+ NULL, /* backchannel_ctl */
+ NULL, /* bind connection to session */
&ett_nfs_exchange_id4,
&ett_nfs_create_session4,
&ett_nfs_destroy_session4,
- NULL,
- NULL,
+ NULL, /* free stateid */
+ NULL, /* get dir delegation */
&ett_nfs_getdevinfo4,
&ett_nfs_getdevlist4,
&ett_nfs_layoutcommit4,
&ett_nfs_layoutget4,
&ett_nfs_layoutreturn4,
- NULL,
+ NULL, /* secinfo no name */
&ett_nfs_sequence4,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
+ NULL, /* set ssv */
+ NULL, /* test stateid */
+ NULL, /* want delegation */
+ NULL, /* destroy clientid */
+ NULL, /* reclaim complete*/
+ NULL, /* bogus pad to get to 60*/
&ett_nfs_notifyds4,
- &ett_nfs_pnfs_create4
+ &ett_nfs_pnfs_create4,
+ NULL, /* pnfs_write */
+ NULL /* pnfs_read */
};
static int
--
1.5.4.5
--------------090206040200030309000502
Content-Type: text/x-patch;
name="0010-ecode-display-all-delegation-flags.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="0010-ecode-display-all-delegation-flags.patch"
More information about the pNFS
mailing list