aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-acse.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-09 06:50:09 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-09 06:50:09 +0000
commitb693f74b891484ca335c52136224df2c532c2521 (patch)
tree15135d0e3e3c64ba069830ef72e319fd0762c3f9 /epan/dissectors/packet-acse.c
parent0d46cdae53f3295fa708139911af9a62202865ec (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53877
Diffstat (limited to 'epan/dissectors/packet-acse.c')
-rw-r--r--epan/dissectors/packet-acse.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/epan/dissectors/packet-acse.c b/epan/dissectors/packet-acse.c
index d1d6c57048..d526285fd2 100644
--- a/epan/dissectors/packet-acse.c
+++ b/epan/dissectors/packet-acse.c
@@ -68,9 +68,11 @@
#define CLPSNAME "CLACSE"
#define CLPFNAME "clacse"
-
#define ACSE_APDU_OID "2.2.1.0.1"
+void proto_register_acse(void);
+void proto_reg_handoff_acse(void);
+
/* Initialize the protocol and registered fields */
int proto_acse = -1;
int proto_clacse = -1;
@@ -190,7 +192,7 @@ static int hf_acse_ACSE_requirements_higher_level_association = -1;
static int hf_acse_ACSE_requirements_nested_association = -1;
/*--- End of included file: packet-acse-hf.c ---*/
-#line 73 "../../asn1/acse/packet-acse-template.c"
+#line 75 "../../asn1/acse/packet-acse-template.c"
/* Initialize the subtree pointers */
static gint ett_acse = -1;
@@ -234,7 +236,7 @@ static gint ett_acse_Authentication_value_other = -1;
static gint ett_acse_Authentication_value = -1;
/*--- End of included file: packet-acse-ett.c ---*/
-#line 77 "../../asn1/acse/packet-acse-template.c"
+#line 79 "../../asn1/acse/packet-acse-template.c"
static expert_field ei_acse_dissector_not_available = EI_INIT;
@@ -1691,7 +1693,7 @@ dissect_acse_AE_title(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _
/*--- End of included file: packet-acse-fn.c ---*/
-#line 153 "../../asn1/acse/packet-acse-template.c"
+#line 155 "../../asn1/acse/packet-acse-template.c"
/*
@@ -2239,7 +2241,7 @@ void proto_register_acse(void) {
NULL, HFILL }},
/*--- End of included file: packet-acse-hfarr.c ---*/
-#line 268 "../../asn1/acse/packet-acse-template.c"
+#line 270 "../../asn1/acse/packet-acse-template.c"
};
/* List of subtrees */
@@ -2285,7 +2287,7 @@ void proto_register_acse(void) {
&ett_acse_Authentication_value,
/*--- End of included file: packet-acse-ettarr.c ---*/
-#line 274 "../../asn1/acse/packet-acse-template.c"
+#line 276 "../../asn1/acse/packet-acse-template.c"
};
static ei_register_info ei[] = {