8 #line 1 "./asn1/kerberos/packet-kerberos-template.h" 20 #ifndef __PACKET_KERBEROS_H 21 #define __PACKET_KERBEROS_H 23 #include "ws_symbol_export.h" 37 #define KRB_CBTAG_SAFE_USER_DATA 1 38 #define KRB_CBTAG_PRIV_USER_DATA 2 57 guint32 kerberos_output_keytype(
void);
61 gint kerberos_rm_to_reclen(guint krb_rm);
67 #define KRB_MAX_ORIG_LEN 256 69 #if defined(HAVE_HEIMDAL_KERBEROS) || defined(HAVE_MIT_KERBEROS) 70 typedef struct _enc_key_t {
71 struct _enc_key_t *next;
75 char key_origin[KRB_MAX_ORIG_LEN+1];
78 extern enc_key_t *enc_key_list;
89 extern gboolean krb_decrypt;
95 #line 1 "./asn1/kerberos/packet-kerberos-exp.h" 98 #define KERBEROS_APPLICATIONS_TICKET 1 99 #define KERBEROS_APPLICATIONS_AUTHENTICATOR 2 100 #define KERBEROS_APPLICATIONS_ENCTICKETPART 3 101 #define KERBEROS_APPLICATIONS_AS_REQ 10 102 #define KERBEROS_APPLICATIONS_AS_REP 11 103 #define KERBEROS_APPLICATIONS_TGS_REQ 12 104 #define KERBEROS_APPLICATIONS_TGS_REP 13 105 #define KERBEROS_APPLICATIONS_AP_REQ 14 106 #define KERBEROS_APPLICATIONS_AP_REP 15 107 #define KERBEROS_APPLICATIONS_KRB_SAFE 20 108 #define KERBEROS_APPLICATIONS_KRB_PRIV 21 109 #define KERBEROS_APPLICATIONS_KRB_CRED 22 110 #define KERBEROS_APPLICATIONS_ENCASREPPART 25 111 #define KERBEROS_APPLICATIONS_ENCTGSREPPART 26 112 #define KERBEROS_APPLICATIONS_ENCAPREPPART 27 113 #define KERBEROS_APPLICATIONS_ENCKRBPRIVPART 28 114 #define KERBEROS_APPLICATIONS_ENCKRBCREDPART 29 115 #define KERBEROS_APPLICATIONS_KRB_ERROR 30 116 int dissect_kerberos_ChangePasswdData(gboolean implicit_tag _U_,
tvbuff_t *tvb _U_,
int offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
119 #line 86 "./asn1/kerberos/packet-kerberos-template.h" Definition: packet_info.h:44
Definition: tvbuff-int.h:35
Definition: packet-kerberos-template.h:31