aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kerberos.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-03-20 17:53:59 -0400
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2016-03-21 13:52:31 +0000
commit69d348c12a2d86e5fa75189cd2dd5f4f3784dcfc (patch)
tree49d82056b8229e452db12af8925af1338bc04f44 /epan/dissectors/packet-kerberos.h
parent4a35488e0e9955039f31f96e4b91c95a348a30f7 (diff)
Bugfix "typo" from I9b04837f93
Change-Id: Iafc67ced1af0fbb27545acb0e1569b8b8ccd9451 Reviewed-on: https://code.wireshark.org/review/14544 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-kerberos.h')
-rw-r--r--epan/dissectors/packet-kerberos.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/epan/dissectors/packet-kerberos.h b/epan/dissectors/packet-kerberos.h
index 663c12c8c9..8e2b281d43 100644
--- a/epan/dissectors/packet-kerberos.h
+++ b/epan/dissectors/packet-kerberos.h
@@ -147,6 +147,26 @@ void read_keytab_file_from_preferences(void);
/*--- Included file: packet-kerberos-exp.h ---*/
#line 1 "./asn1/kerberos/packet-kerberos-exp.h"
+
+/* enumerated values for Applications */
+#define KERBEROS_APPLICATIONS_TICKET 1
+#define KERBEROS_APPLICATIONS_AUTHENTICATOR 2
+#define KERBEROS_APPLICATIONS_ENCTICKETPART 3
+#define KERBEROS_APPLICATIONS_AS_REQ 10
+#define KERBEROS_APPLICATIONS_AS_REP 11
+#define KERBEROS_APPLICATIONS_TGS_REQ 12
+#define KERBEROS_APPLICATIONS_TGS_REP 13
+#define KERBEROS_APPLICATIONS_AP_REQ 14
+#define KERBEROS_APPLICATIONS_AP_REP 15
+#define KERBEROS_APPLICATIONS_KRB_SAFE 20
+#define KERBEROS_APPLICATIONS_KRB_PRIV 21
+#define KERBEROS_APPLICATIONS_KRB_CRED 22
+#define KERBEROS_APPLICATIONS_ENCASREPPART 25
+#define KERBEROS_APPLICATIONS_ENCTGSREPPART 26
+#define KERBEROS_APPLICATIONS_ENCAPREPPART 27
+#define KERBEROS_APPLICATIONS_ENCKRBPRIVPART 28
+#define KERBEROS_APPLICATIONS_ENCKRBCREDPART 29
+#define KERBEROS_APPLICATIONS_KRB_ERROR 30
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_);
/*--- End of included file: packet-kerberos-exp.h ---*/