aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lppe.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-08 16:40:49 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-08 16:40:49 +0000
commit8983ae005a175f04f34bd37d4e7447d583d8256c (patch)
tree380c6034536b1d967c93e96b394c8cfb232ce62d /epan/dissectors/packet-lppe.c
parentc9884f573a530de0127754d307bcb463c4f01dad (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53861
Diffstat (limited to 'epan/dissectors/packet-lppe.c')
-rw-r--r--epan/dissectors/packet-lppe.c15
1 files changed, 9 insertions, 6 deletions
diff --git a/epan/dissectors/packet-lppe.c b/epan/dissectors/packet-lppe.c
index d5f1960e95..5c5a39c369 100644
--- a/epan/dissectors/packet-lppe.c
+++ b/epan/dissectors/packet-lppe.c
@@ -51,6 +51,9 @@
#pragma warning(disable:4146)
#endif
+void proto_register_lppe(void);
+void proto_reg_handoff_lppe(void);
+
/* Initialize the protocol and registered fields */
static int proto_lppe = -1;
@@ -1586,7 +1589,7 @@ static int hf_lppe_T_srnMeasurements_rssi = -1;
static int hf_lppe_T_srnMeasurements_rtd = -1;
/*--- End of included file: packet-lppe-hf.c ---*/
-#line 50 "../../asn1/lppe/packet-lppe-template.c"
+#line 53 "../../asn1/lppe/packet-lppe-template.c"
/* Initialize the subtree pointers */
static gint ett_lppe = -1;
@@ -2215,7 +2218,7 @@ static gint ett_lppe_OMA_LPPe_SRN_MeasurementMask = -1;
static gint ett_lppe_T_srnMeasurements = -1;
/*--- End of included file: packet-lppe-ett.c ---*/
-#line 54 "../../asn1/lppe/packet-lppe-template.c"
+#line 57 "../../asn1/lppe/packet-lppe-template.c"
/* Include constants */
@@ -2254,7 +2257,7 @@ static gint ett_lppe_T_srnMeasurements = -1;
#define maxChannels 512
/*--- End of included file: packet-lppe-val.h ---*/
-#line 57 "../../asn1/lppe/packet-lppe-template.c"
+#line 60 "../../asn1/lppe/packet-lppe-template.c"
@@ -14958,7 +14961,7 @@ static int dissect_OMA_LPPe_MessageExtension_PDU(tvbuff_t *tvb _U_, packet_info
/*--- End of included file: packet-lppe-fn.c ---*/
-#line 60 "../../asn1/lppe/packet-lppe-template.c"
+#line 63 "../../asn1/lppe/packet-lppe-template.c"
/*--- proto_register_lpp -------------------------------------------*/
@@ -21076,7 +21079,7 @@ void proto_register_lppe(void) {
NULL, HFILL }},
/*--- End of included file: packet-lppe-hfarr.c ---*/
-#line 69 "../../asn1/lppe/packet-lppe-template.c"
+#line 72 "../../asn1/lppe/packet-lppe-template.c"
};
/* List of subtrees */
@@ -21707,7 +21710,7 @@ void proto_register_lppe(void) {
&ett_lppe_T_srnMeasurements,
/*--- End of included file: packet-lppe-ettarr.c ---*/
-#line 75 "../../asn1/lppe/packet-lppe-template.c"
+#line 78 "../../asn1/lppe/packet-lppe-template.c"
};