diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-05-25 20:13:04 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-05-25 20:13:04 +0000 |
commit | b2cbb503a339799691cdd43c60ce34652e59f248 (patch) | |
tree | 3fc90b37d0798dfc44b1dbe630e12d84d607de4e /packet-rpc.h | |
parent | 39711040a5707c6dfa64842cff51c559a530c0f4 (diff) | |
download | wireshark-b2cbb503a339799691cdd43c60ce34652e59f248.tar.gz wireshark-b2cbb503a339799691cdd43c60ce34652e59f248.tar.bz2 wireshark-b2cbb503a339799691cdd43c60ce34652e59f248.zip |
AUTH_DES support, from Mike Frisch.
svn path=/trunk/; revision=3453
Diffstat (limited to 'packet-rpc.h')
-rw-r--r-- | packet-rpc.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-rpc.h b/packet-rpc.h index 9d8147c7bd..d4e4ae6f61 100644 --- a/packet-rpc.h +++ b/packet-rpc.h @@ -1,6 +1,6 @@ /* packet-rpc.h * - * $Id: packet-rpc.h,v 1.27 2001/05/07 20:36:39 guy Exp $ + * $Id: packet-rpc.h,v 1.28 2001/05/25 20:13:04 guy Exp $ * * (c) 1999 Uwe Girlich * @@ -71,6 +71,9 @@ #define RPCSEC_GSS_SVC_INTEGRITY 2 #define RPCSEC_GSS_SVC_PRIVACY 3 +#define AUTHDES_NAMEKIND_FULLNAME 0 +#define AUTHDES_NAMEKIND_NICKNAME 1 + 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); |