aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.h
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.h
parente1576461198c8d25cc9b16311066e79f91567bfb (diff)
Updates from Mike Frisch to reflect NFSv4 protocol changes.
svn path=/trunk/; revision=4098
Diffstat (limited to 'packet-rpc.h')
-rw-r--r--packet-rpc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-rpc.h b/packet-rpc.h
index a3ff56ecc6..ce9510a74a 100644
--- a/packet-rpc.h
+++ b/packet-rpc.h
@@ -1,6 +1,6 @@
/* packet-rpc.h
*
- * $Id: packet-rpc.h,v 1.29 2001/05/30 06:01:02 guy Exp $
+ * $Id: packet-rpc.h,v 1.30 2001/10/29 20:49:28 guy Exp $
*
* (c) 1999 Uwe Girlich
*
@@ -74,6 +74,8 @@
#define AUTHDES_NAMEKIND_FULLNAME 0
#define AUTHDES_NAMEKIND_NICKNAME 1
+extern value_string rpc_authgss_svc[];
+
typedef int (old_dissect_function_t)(const u_char* pd, int offset, frame_data* fd, proto_tree* tree);
typedef int (dissect_function_t)(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree* tree);