17#ifndef __PACKET_KERBEROS_H
18#define __PACKET_KERBEROS_H
20#include "ws_symbol_export.h"
30#define KERBEROS_APPLICATIONS_TICKET 1
31#define KERBEROS_APPLICATIONS_AUTHENTICATOR 2
32#define KERBEROS_APPLICATIONS_ENCTICKETPART 3
33#define KERBEROS_APPLICATIONS_AS_REQ 10
34#define KERBEROS_APPLICATIONS_AS_REP 11
35#define KERBEROS_APPLICATIONS_TGS_REQ 12
36#define KERBEROS_APPLICATIONS_TGS_REP 13
37#define KERBEROS_APPLICATIONS_AP_REQ 14
38#define KERBEROS_APPLICATIONS_AP_REP 15
39#define KERBEROS_APPLICATIONS_KRB_SAFE 20
40#define KERBEROS_APPLICATIONS_KRB_PRIV 21
41#define KERBEROS_APPLICATIONS_KRB_CRED 22
42#define KERBEROS_APPLICATIONS_ENCASREPPART 25
43#define KERBEROS_APPLICATIONS_ENCTGSREPPART 26
44#define KERBEROS_APPLICATIONS_ENCAPREPPART 27
45#define KERBEROS_APPLICATIONS_ENCKRBPRIVPART 28
46#define KERBEROS_APPLICATIONS_ENCKRBCREDPART 29
47#define KERBEROS_APPLICATIONS_KRB_ERROR 30
48unsigned dissect_kerberos_TGT_REQ(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
49unsigned dissect_kerberos_TGT_REP(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
50unsigned dissect_kerberos_ChangePasswdData(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
52#ifndef KRB5_KU_USAGE_ACCEPTOR_SEAL
53#define KRB5_KU_USAGE_ACCEPTOR_SEAL 22
55#ifndef KRB5_KU_USAGE_ACCEPTOR_SIGN
56#define KRB5_KU_USAGE_ACCEPTOR_SIGN 23
58#ifndef KRB5_KU_USAGE_INITIATOR_SEAL
59#define KRB5_KU_USAGE_INITIATOR_SEAL 24
61#ifndef KRB5_KU_USAGE_INITIATOR_SIGN
62#define KRB5_KU_USAGE_INITIATOR_SIGN 25
73#define KRB_CBTAG_SAFE_USER_DATA 1
74#define KRB_CBTAG_PRIV_USER_DATA 2
96uint32_t kerberos_output_keytype(
void);
100int kerberos_rm_to_reclen(
unsigned krb_rm);
110#if defined(HAVE_HEIMDAL_KERBEROS) || defined(HAVE_MIT_KERBEROS)
131extern bool krb_decrypt;
134void read_keytab_file_from_preferences(
void);
Definition packet-kerberos.h:75
Definition packet_info.h:43
Definition tvbuff-int.h:36