--- 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 _______________________________________________ Wireshark-dev mailing list -- wireshark-dev@wireshark.org To unsubscribe send an email to wireshark-dev-le...@wireshark.org