From 5604295b1d794a5764a51562f033096cab752143 Mon Sep 17 00:00:00 2001 From: etxrab Date: Thu, 2 Jul 2009 16:54:20 +0000 Subject: =?UTF-8?q?From=20=20=20Radek=20Vok=C3=A1l:=20Support=20for=20new?= =?UTF-8?q?=20NFSv4=20features.=20https://bugs.wireshark.org/bugzilla/show?= =?UTF-8?q?=5Fbug.cgi=3Fid=3D3258?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28919 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-nfs.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'epan/dissectors/packet-nfs.h') diff --git a/epan/dissectors/packet-nfs.h b/epan/dissectors/packet-nfs.h index 3a87d88d65..e5ec818001 100644 --- a/epan/dissectors/packet-nfs.h +++ b/epan/dissectors/packet-nfs.h @@ -127,6 +127,23 @@ #define NFS4_OP_ILLEGAL 10044 +/* + * NFSv41 callback ops + */ +#define NFS4_OP_CB_GETATTR 3 +#define NFS4_OP_CB_RECALL 4 +#define NFS4_OP_CB_LAYOUTRECALL 5 +#define NFS4_OP_CB_NOTIFY 6 +#define NFS4_OP_CB_PUSH_DELEG 7 +#define NFS4_OP_CB_RECALL_ANY 8 +#define NFS4_OP_CB_RECALLABLE_OBJ_AVAIL 9 +#define NFS4_OP_CB_RECALL_SLOT 10 +#define NFS4_OP_CB_SEQUENCE 11 +#define NFS4_OP_CB_WANTS_CANCELLED 12 +#define NFS4_OP_CB_NOTIFY_LOCK 13 +#define NFS4_OP_CB_NOTIFY_DEVICEID 14 +#define NFS4_OP_CB_ILLEGAL 10044 + /* for write */ #define UNSTABLE 0 #define DATA_SYNC 1 -- cgit v1.2.3