aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-m3ap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-28 07:34:13 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-28 07:34:13 +0000
commitdafdc19d9ef7e437daa07ebf84744e79e3602064 (patch)
tree507f4ee4733d9899b7a9e29b072a1b9a7fece8ac /epan/dissectors/packet-m3ap.c
parent182876540a9bf918e6cf63b241383356bf5206b5 (diff)
-Wmissing-prototypes
svn path=/trunk/; revision=48609
Diffstat (limited to 'epan/dissectors/packet-m3ap.c')
-rw-r--r--epan/dissectors/packet-m3ap.c17
1 files changed, 10 insertions, 7 deletions
diff --git a/epan/dissectors/packet-m3ap.c b/epan/dissectors/packet-m3ap.c
index 6669dc96ac..628bf0491b 100644
--- a/epan/dissectors/packet-m3ap.c
+++ b/epan/dissectors/packet-m3ap.c
@@ -52,6 +52,9 @@
#define PSNAME "M3AP"
#define PFNAME "m3ap"
+void proto_register_m3ap(void);
+void proto_reg_handoff_m3ap(void);
+
/* M3AP uses port 36444 as recommended by IANA. */
#define M3AP_PORT 36444
static dissector_handle_t m3ap_handle=NULL;
@@ -104,7 +107,7 @@ typedef enum _ProtocolIE_ID_enum {
} ProtocolIE_ID_enum;
/*--- End of included file: packet-m3ap-val.h ---*/
-#line 52 "../../asn1/m3ap/packet-m3ap-template.c"
+#line 55 "../../asn1/m3ap/packet-m3ap-template.c"
/* Initialize the protocol and registered fields */
static int proto_m3ap = -1;
@@ -213,7 +216,7 @@ static int hf_m3ap_successfulOutcome_value = -1; /* SuccessfulOutcome_value */
static int hf_m3ap_unsuccessfulOutcome_value = -1; /* UnsuccessfulOutcome_value */
/*--- End of included file: packet-m3ap-hf.c ---*/
-#line 60 "../../asn1/m3ap/packet-m3ap-template.c"
+#line 63 "../../asn1/m3ap/packet-m3ap-template.c"
/* Initialize the subtree pointers */
static int ett_m3ap = -1;
@@ -268,7 +271,7 @@ static gint ett_m3ap_SuccessfulOutcome = -1;
static gint ett_m3ap_UnsuccessfulOutcome = -1;
/*--- End of included file: packet-m3ap-ett.c ---*/
-#line 65 "../../asn1/m3ap/packet-m3ap-template.c"
+#line 68 "../../asn1/m3ap/packet-m3ap-template.c"
enum{
INITIATING_MESSAGE,
@@ -2024,7 +2027,7 @@ static int dissect_M3AP_PDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
/*--- End of included file: packet-m3ap-fn.c ---*/
-#line 93 "../../asn1/m3ap/packet-m3ap-template.c"
+#line 96 "../../asn1/m3ap/packet-m3ap-template.c"
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
@@ -2475,7 +2478,7 @@ void proto_register_m3ap(void) {
"UnsuccessfulOutcome_value", HFILL }},
/*--- End of included file: packet-m3ap-hfarr.c ---*/
-#line 155 "../../asn1/m3ap/packet-m3ap-template.c"
+#line 158 "../../asn1/m3ap/packet-m3ap-template.c"
};
/* List of subtrees */
@@ -2531,7 +2534,7 @@ void proto_register_m3ap(void) {
&ett_m3ap_UnsuccessfulOutcome,
/*--- End of included file: packet-m3ap-ettarr.c ---*/
-#line 161 "../../asn1/m3ap/packet-m3ap-template.c"
+#line 164 "../../asn1/m3ap/packet-m3ap-template.c"
};
@@ -2606,7 +2609,7 @@ proto_reg_handoff_m3ap(void)
/*--- End of included file: packet-m3ap-dis-tab.c ---*/
-#line 191 "../../asn1/m3ap/packet-m3ap-template.c"
+#line 194 "../../asn1/m3ap/packet-m3ap-template.c"
dissector_add_uint("m3ap.extension", 17, new_create_dissector_handle(dissect_AllocationAndRetentionPriority_PDU, proto_m3ap));
}
else {