17#ifndef __PACKET_KERBEROS_H
18#define __PACKET_KERBEROS_H
20#include "ws_symbol_export.h"
26#ifndef KRB5_KU_USAGE_ACCEPTOR_SEAL
27#define KRB5_KU_USAGE_ACCEPTOR_SEAL 22
29#ifndef KRB5_KU_USAGE_ACCEPTOR_SIGN
30#define KRB5_KU_USAGE_ACCEPTOR_SIGN 23
32#ifndef KRB5_KU_USAGE_INITIATOR_SEAL
33#define KRB5_KU_USAGE_INITIATOR_SEAL 24
35#ifndef KRB5_KU_USAGE_INITIATOR_SIGN
36#define KRB5_KU_USAGE_INITIATOR_SIGN 25
47#define KRB_CBTAG_SAFE_USER_DATA 1
48#define KRB_CBTAG_PRIV_USER_DATA 2
70uint32_t kerberos_output_keytype(
void);
74int kerberos_rm_to_reclen(
unsigned krb_rm);
84#if defined(HAVE_HEIMDAL_KERBEROS) || defined(HAVE_MIT_KERBEROS)
105extern bool krb_decrypt;
108void read_keytab_file_from_preferences(
void);
118#define KERBEROS_APPLICATIONS_TICKET 1
119#define KERBEROS_APPLICATIONS_AUTHENTICATOR 2
120#define KERBEROS_APPLICATIONS_ENCTICKETPART 3
121#define KERBEROS_APPLICATIONS_AS_REQ 10
122#define KERBEROS_APPLICATIONS_AS_REP 11
123#define KERBEROS_APPLICATIONS_TGS_REQ 12
124#define KERBEROS_APPLICATIONS_TGS_REP 13
125#define KERBEROS_APPLICATIONS_AP_REQ 14
126#define KERBEROS_APPLICATIONS_AP_REP 15
127#define KERBEROS_APPLICATIONS_KRB_SAFE 20
128#define KERBEROS_APPLICATIONS_KRB_PRIV 21
129#define KERBEROS_APPLICATIONS_KRB_CRED 22
130#define KERBEROS_APPLICATIONS_ENCASREPPART 25
131#define KERBEROS_APPLICATIONS_ENCTGSREPPART 26
132#define KERBEROS_APPLICATIONS_ENCAPREPPART 27
133#define KERBEROS_APPLICATIONS_ENCKRBPRIVPART 28
134#define KERBEROS_APPLICATIONS_ENCKRBCREDPART 29
135#define KERBEROS_APPLICATIONS_KRB_ERROR 30
136int dissect_kerberos_TGT_REQ(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
int offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
137int dissect_kerberos_TGT_REP(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
int offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
138int dissect_kerberos_ChangePasswdData(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
int offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
Definition packet-kerberos.h:49
Definition packet_info.h:43
Definition tvbuff-int.h:35