aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-10-29 20:49:28 +0000
committerGuy Harris <guy@alum.mit.edu>2001-10-29 20:49:28 +0000
commite5eee0bd76c0c55559facafb6d4223914cfb5b1d (patch)
tree974b1789d24dbab54f8bf6077aa76e18c0121578 /packet-rpc.c
parente1576461198c8d25cc9b16311066e79f91567bfb (diff)
Updates from Mike Frisch to reflect NFSv4 protocol changes.
svn path=/trunk/; revision=4098
Diffstat (limited to 'packet-rpc.c')
-rw-r--r--packet-rpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-rpc.c b/packet-rpc.c
index b5acb171f1..381691edf5 100644
--- a/packet-rpc.c
+++ b/packet-rpc.c
@@ -2,7 +2,7 @@
* Routines for rpc dissection
* Copyright 1999, Uwe Girlich <Uwe.Girlich@philosys.de>
*
- * $Id: packet-rpc.c,v 1.72 2001/09/17 02:07:00 guy Exp $
+ * $Id: packet-rpc.c,v 1.73 2001/10/29 20:49:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -96,7 +96,7 @@ static const value_string rpc_authgss_proc[] = {
{ 0, NULL }
};
-static const value_string rpc_authgss_svc[] = {
+value_string rpc_authgss_svc[] = {
{ RPCSEC_GSS_SVC_NONE, "rpcsec_gss_svc_none" },
{ RPCSEC_GSS_SVC_INTEGRITY, "rpcsec_gss_svc_integrity" },
{ RPCSEC_GSS_SVC_PRIVACY, "rpcsec_gss_svc_privacy" },