aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ftam.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-ftam.c
parent0d46cdae53f3295fa708139911af9a62202865ec (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53877
Diffstat (limited to 'epan/dissectors/packet-ftam.c')
-rw-r--r--epan/dissectors/packet-ftam.c13
1 files changed, 8 insertions, 5 deletions
diff --git a/epan/dissectors/packet-ftam.c b/epan/dissectors/packet-ftam.c
index 21d2807a45..bba2f67be8 100644
--- a/epan/dissectors/packet-ftam.c
+++ b/epan/dissectors/packet-ftam.c
@@ -51,6 +51,9 @@
#define PSNAME "FTAM"
#define PFNAME "ftam"
+void proto_register_ftam(void);
+void proto_reg_handoff_ftam(void);
+
/* Initialize the protocol and registered fields */
static int proto_ftam = -1;
@@ -480,7 +483,7 @@ static int hf_ftam_Attribute_Names_read_l8gal_qualifiCatiOnS = -1;
static int hf_ftam_Attribute_Names_read_private_use = -1;
/*--- End of included file: packet-ftam-hf.c ---*/
-#line 56 "../../asn1/ftam/packet-ftam-template.c"
+#line 59 "../../asn1/ftam/packet-ftam-template.c"
/* Initialize the subtree pointers */
static gint ett_ftam = -1;
@@ -651,7 +654,7 @@ static gint ett_ftam_Attribute_Names = -1;
static gint ett_ftam_AE_title = -1;
/*--- End of included file: packet-ftam-ett.c ---*/
-#line 60 "../../asn1/ftam/packet-ftam-template.c"
+#line 63 "../../asn1/ftam/packet-ftam-template.c"
/*--- Included file: packet-ftam-fn.c ---*/
@@ -4743,7 +4746,7 @@ dissect_ftam_PDU(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, a
/*--- End of included file: packet-ftam-fn.c ---*/
-#line 62 "../../asn1/ftam/packet-ftam-template.c"
+#line 65 "../../asn1/ftam/packet-ftam-template.c"
/*
* Dissect FTAM unstructured text
@@ -6468,7 +6471,7 @@ void proto_register_ftam(void) {
NULL, HFILL }},
/*--- End of included file: packet-ftam-hfarr.c ---*/
-#line 126 "../../asn1/ftam/packet-ftam-template.c"
+#line 129 "../../asn1/ftam/packet-ftam-template.c"
};
/* List of subtrees */
@@ -6641,7 +6644,7 @@ void proto_register_ftam(void) {
&ett_ftam_AE_title,
/*--- End of included file: packet-ftam-ettarr.c ---*/
-#line 132 "../../asn1/ftam/packet-ftam-template.c"
+#line 135 "../../asn1/ftam/packet-ftam-template.c"
};
/* Register protocol */