Wireshark-dev: [Wireshark-dev] [PATCH 08/16] NFS: Update comment about NFS4 callback versions

From: Pali Rohár <pali@xxxxxxxxxx>
Date: Fri, 13 Sep 2024 23:08:43 +0200
---
 epan/dissectors/packet-nfs.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/epan/dissectors/packet-nfs.c b/epan/dissectors/packet-nfs.c
index 1adee60fff5e..367ee65f0df1 100644
--- a/epan/dissectors/packet-nfs.c
+++ b/epan/dissectors/packet-nfs.c
@@ -12129,8 +12129,9 @@ static const value_string nfs_cb_proc_vals[] = {
 };
 
 /*
- * The version should be 4, but some Linux kernels set this field to 1.
- * "Temporarily" accommodate these servers.
+ * NFS Callback version 1 is used by NFSv4.0 protocol and
+ * NFS Callback version 4 is used by NFSv4.1 and NFSv4.2 protocols.
+ * Other versions (including 2 and 3) are not defined nor used yet.
  */
 static const rpc_prog_vers_info nfs_cb_vers_info[] = {
 	{ 1, nfs_cb_proc, &hf_nfs4_cb_procedure },
-- 
2.20.1