aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.c
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2003-05-22 05:49:23 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2003-05-22 05:49:23 +0000
commit439183fa0702fe8def5923abd1f9040126e47b5d (patch)
tree37fb0f982b1dee893e9033a942eaa7b3d5fe0726 /packet-nfs.c
parent75f18ecfeea688300485360d37327caf9552db90 (diff)
Update with J Bruce Field's changes to support RPCSEC_GSS.
svn path=/trunk/; revision=7710
Diffstat (limited to 'packet-nfs.c')
-rw-r--r--packet-nfs.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/packet-nfs.c b/packet-nfs.c
index d6144c4931..235a561a90 100644
--- a/packet-nfs.c
+++ b/packet-nfs.c
@@ -2,7 +2,7 @@
* Routines for nfs dissection
* Copyright 1999, Uwe Girlich <Uwe.Girlich@philosys.de>
* Copyright 2000-2002, Mike Frisch <frisch@hummingbird.com> (NFSv4 decoding)
- * $Id: packet-nfs.c,v 1.87 2003/04/22 18:48:34 guy Exp $
+ * $Id: packet-nfs.c,v 1.88 2003/05/22 05:49:23 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -6033,7 +6033,8 @@ dissect_nfs_open_delegation4(tvbuff_t *tvb, int offset, packet_info *pinfo,
static int
dissect_nfs_rpcsec_gss_info(tvbuff_t *tvb, int offset, proto_tree *tree)
{
- offset = dissect_nfsdata(tvb, offset, tree, hf_nfs_sec_oid4);
+ offset = dissect_rpc_opaque_data(tvb, offset, tree, NULL,
+ hf_nfs_sec_oid4, FALSE, 0, FALSE, NULL, NULL);
offset = dissect_rpc_uint32(tvb, tree, hf_nfs_qop4, offset);
offset = dissect_rpc_uint32(tvb, tree,
hf_nfs_secinfo_rpcsec_gss_info_service, offset);