aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkinit.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-10-15 20:08:10 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-10-15 20:08:10 +0000
commit3cbb374385fdb0cb63efb4c5a68011967e1a98e4 (patch)
treeb44816c978eb84168c2a73d65ef01b0d97310930 /epan/dissectors/packet-pkinit.h
parent0fde67dd54131faf1ee8e6f0d6928f852af4b913 (diff)
Now Kerberos compiles, a lot of work remains to get it into shape.
svn path=/trunk/; revision=26467
Diffstat (limited to 'epan/dissectors/packet-pkinit.h')
-rw-r--r--epan/dissectors/packet-pkinit.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pkinit.h b/epan/dissectors/packet-pkinit.h
index d42d7e5dfb..313129131c 100644
--- a/epan/dissectors/packet-pkinit.h
+++ b/epan/dissectors/packet-pkinit.h
@@ -37,7 +37,15 @@
int dissect_pkinit_PA_PK_AS_REQ(proto_tree *tree, tvbuff_t *tvb, int offset, asn1_ctx_t *actx _U_);
int dissect_pkinit_PA_PK_AS_REP(proto_tree *tree, tvbuff_t *tvb, int offset, asn1_ctx_t *actx _U_);
-/*#include "packet-pkinit-exp.h"*/
+
+/*--- Included file: packet-pkinit-exp.h ---*/
+#line 1 "packet-pkinit-exp.h"
+extern const value_string pkinit_PaPkAsRep_vals[];
+int dissect_pkinit_PaPkAsReq(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+int dissect_pkinit_PaPkAsRep(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-pkinit-exp.h ---*/
+#line 33 "packet-pkinit-template.h"
#endif /* PACKET_PKINIT_H */