Updates from Mike Frisch to reflect NFSv4 protocol changes.

svn path=/trunk/; revision=4098
This commit is contained in:
Guy Harris 2001-10-29 20:49:28 +00:00
parent e157646119
commit e5eee0bd76
3 changed files with 362 additions and 260 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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" },

View File

@ -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);