packet-nfs: flexfiles now uses string uid/gid

And no longer uses opaque_auth

Change-Id: I272e1c5c1391dac977ad850b899505a28c42b6fd
Reviewed-on: https://code.wireshark.org/review/8939
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Weston Andros Adamson 2015-02-10 16:02:55 -05:00 committed by Anders Broman
parent 5f03f02341
commit 112f8e6935
1 changed files with 6 additions and 2 deletions

View File

@ -8429,8 +8429,12 @@ dissect_nfs4_layout(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *t
offset = dissect_nfs4_fh(tvb, offset,
pinfo, ds_tree, "fh", NULL, civ);
offset = dissect_rpc_opaque_auth(tvb, ds_tree,
offset, pinfo);
offset = dissect_nfs_utf8string(tvb, offset,
ds_tree, hf_nfs4_fattr_owner,
NULL);
offset = dissect_nfs_utf8string(tvb, offset,
ds_tree, hf_nfs4_fattr_owner_group,
NULL);
}
}
} else {