aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkinit.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-08 15:40:10 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-08 15:40:10 +0000
commitb630ccec178c898a991758b411286064cc497e57 (patch)
tree8178269af88acc0e3cd76827a462881bfa2e2abc /epan/dissectors/packet-pkinit.c
parentb7d62057f3793cac5b22d150f6f1070f5b8f0550 (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53859
Diffstat (limited to 'epan/dissectors/packet-pkinit.c')
-rw-r--r--epan/dissectors/packet-pkinit.c15
1 files changed, 9 insertions, 6 deletions
diff --git a/epan/dissectors/packet-pkinit.c b/epan/dissectors/packet-pkinit.c
index 8dae56b1e3..c0dd1dddc7 100644
--- a/epan/dissectors/packet-pkinit.c
+++ b/epan/dissectors/packet-pkinit.c
@@ -47,6 +47,9 @@
#define PSNAME "PKInit"
#define PFNAME "pkinit"
+void proto_register_pkinit(void);
+void proto_reg_handoff_pkinit(void);
+
/* Initialize the protocol and registered fields */
static int proto_pkinit = -1;
@@ -78,7 +81,7 @@ static int hf_pkinit_dhNonce = -1; /* INTEGER */
static int hf_pkinit_dhKeyExpiration = -1; /* KerberosTime */
/*--- End of included file: packet-pkinit-hf.c ---*/
-#line 45 "../../asn1/pkinit/packet-pkinit-template.c"
+#line 48 "../../asn1/pkinit/packet-pkinit-template.c"
/* Initialize the subtree pointers */
@@ -95,7 +98,7 @@ static gint ett_pkinit_PaPkAsRep = -1;
static gint ett_pkinit_KDCDHKeyInfo = -1;
/*--- End of included file: packet-pkinit-ett.c ---*/
-#line 48 "../../asn1/pkinit/packet-pkinit-template.c"
+#line 51 "../../asn1/pkinit/packet-pkinit-template.c"
static int dissect_KerberosV5Spec2_KerberosTime(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index _U_);
static int dissect_KerberosV5Spec2_Checksum(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index _U_);
@@ -306,7 +309,7 @@ static void dissect_KDCDHKeyInfo_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*--- End of included file: packet-pkinit-fn.c ---*/
-#line 55 "../../asn1/pkinit/packet-pkinit-template.c"
+#line 58 "../../asn1/pkinit/packet-pkinit-template.c"
int
dissect_pkinit_PA_PK_AS_REQ(proto_tree *tree, tvbuff_t *tvb, int offset, asn1_ctx_t *actx _U_) {
@@ -451,7 +454,7 @@ void proto_register_pkinit(void) {
"KerberosTime", HFILL }},
/*--- End of included file: packet-pkinit-hfarr.c ---*/
-#line 99 "../../asn1/pkinit/packet-pkinit-template.c"
+#line 102 "../../asn1/pkinit/packet-pkinit-template.c"
};
/* List of subtrees */
@@ -470,7 +473,7 @@ void proto_register_pkinit(void) {
&ett_pkinit_KDCDHKeyInfo,
/*--- End of included file: packet-pkinit-ettarr.c ---*/
-#line 104 "../../asn1/pkinit/packet-pkinit-template.c"
+#line 107 "../../asn1/pkinit/packet-pkinit-template.c"
};
/* Register protocol */
@@ -494,6 +497,6 @@ void proto_reg_handoff_pkinit(void) {
/*--- End of included file: packet-pkinit-dis-tab.c ---*/
-#line 119 "../../asn1/pkinit/packet-pkinit-template.c"
+#line 122 "../../asn1/pkinit/packet-pkinit-template.c"
}