aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ns_cert_exts.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-ns_cert_exts.c
parentb7d62057f3793cac5b22d150f6f1070f5b8f0550 (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53859
Diffstat (limited to 'epan/dissectors/packet-ns_cert_exts.c')
-rw-r--r--epan/dissectors/packet-ns_cert_exts.c15
1 files changed, 9 insertions, 6 deletions
diff --git a/epan/dissectors/packet-ns_cert_exts.c b/epan/dissectors/packet-ns_cert_exts.c
index be64098d76..b24867c379 100644
--- a/epan/dissectors/packet-ns_cert_exts.c
+++ b/epan/dissectors/packet-ns_cert_exts.c
@@ -42,6 +42,9 @@
#define PSNAME "NS_CERT_EXTS"
#define PFNAME "ns_cert_exts"
+void proto_register_ns_cert_exts(void);
+void proto_reg_handoff_ns_cert_exts(void);
+
/* Initialize the protocol and registered fields */
static int proto_ns_cert_exts = -1;
@@ -66,7 +69,7 @@ static int hf_ns_cert_exts_CertType_smime_ca = -1;
static int hf_ns_cert_exts_CertType_object_signing_ca = -1;
/*--- End of included file: packet-ns_cert_exts-hf.c ---*/
-#line 40 "../../asn1/ns_cert_exts/packet-ns_cert_exts-template.c"
+#line 43 "../../asn1/ns_cert_exts/packet-ns_cert_exts-template.c"
/* Initialize the subtree pointers */
@@ -75,7 +78,7 @@ static int hf_ns_cert_exts_CertType_object_signing_ca = -1;
static gint ett_ns_cert_exts_CertType = -1;
/*--- End of included file: packet-ns_cert_exts-ett.c ---*/
-#line 43 "../../asn1/ns_cert_exts/packet-ns_cert_exts-template.c"
+#line 46 "../../asn1/ns_cert_exts/packet-ns_cert_exts-template.c"
/*--- Included file: packet-ns_cert_exts-fn.c ---*/
@@ -224,7 +227,7 @@ static void dissect_CertType_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, prot
/*--- End of included file: packet-ns_cert_exts-fn.c ---*/
-#line 45 "../../asn1/ns_cert_exts/packet-ns_cert_exts-template.c"
+#line 48 "../../asn1/ns_cert_exts/packet-ns_cert_exts-template.c"
/*--- proto_register_ns_cert_exts -------------------------------------------*/
@@ -301,7 +304,7 @@ void proto_register_ns_cert_exts(void) {
NULL, HFILL }},
/*--- End of included file: packet-ns_cert_exts-hfarr.c ---*/
-#line 53 "../../asn1/ns_cert_exts/packet-ns_cert_exts-template.c"
+#line 56 "../../asn1/ns_cert_exts/packet-ns_cert_exts-template.c"
};
/* List of subtrees */
@@ -312,7 +315,7 @@ void proto_register_ns_cert_exts(void) {
&ett_ns_cert_exts_CertType,
/*--- End of included file: packet-ns_cert_exts-ettarr.c ---*/
-#line 58 "../../asn1/ns_cert_exts/packet-ns_cert_exts-template.c"
+#line 61 "../../asn1/ns_cert_exts/packet-ns_cert_exts-template.c"
};
/* Register protocol */
@@ -341,6 +344,6 @@ void proto_reg_handoff_ns_cert_exts(void) {
/*--- End of included file: packet-ns_cert_exts-dis-tab.c ---*/
-#line 73 "../../asn1/ns_cert_exts/packet-ns_cert_exts-template.c"
+#line 76 "../../asn1/ns_cert_exts/packet-ns_cert_exts-template.c"
}