[PATCH 09/12] added nfsv4 specific etts
Tigran Mkrtchyan
tigran.mkrtchyan at desy.de
Sun May 25 15:37:24 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 80657fe..0d1d1e9 100644
--- a/epan/dissectors/packet-nfs.c
+++ b/epan/dissectors/packet-nfs.c
@@ -7204,28 +7204,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.5.1.211.g65ea3
--------------010504080207030209060809
Content-Type: text/x-patch;
name="0010-decode-display-all-delication-flags.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="0010-decode-display-all-delication-flags.patch"
More information about the pNFS
mailing list