aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gnm.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-gnm.c
parent182876540a9bf918e6cf63b241383356bf5206b5 (diff)
-Wmissing-prototypes
svn path=/trunk/; revision=48609
Diffstat (limited to 'epan/dissectors/packet-gnm.c')
-rw-r--r--epan/dissectors/packet-gnm.c17
1 files changed, 10 insertions, 7 deletions
diff --git a/epan/dissectors/packet-gnm.c b/epan/dissectors/packet-gnm.c
index 9eecd12971..51b4b9fed0 100644
--- a/epan/dissectors/packet-gnm.c
+++ b/epan/dissectors/packet-gnm.c
@@ -49,6 +49,9 @@
#define PSNAME "GNM"
#define PFNAME "gnm"
+void proto_register_gnm(void);
+void proto_reg_handoff_gnm(void);
+
/* Initialize the protocol and registered fields */
static int proto_gnm = -1;
@@ -225,7 +228,7 @@ static int hf_gnm_TransmissionCharacteristics_dCME = -1;
static int hf_gnm_TransmissionCharacteristics_echoControl = -1;
/*--- End of included file: packet-gnm-hf.c ---*/
-#line 48 "../../asn1/gnm/packet-gnm-template.c"
+#line 51 "../../asn1/gnm/packet-gnm-template.c"
/* Initialize the subtree pointers */
@@ -299,7 +302,7 @@ static gint ett_gnm_TpsInGtpList = -1;
static gint ett_gnm_TransmissionCharacteristics = -1;
/*--- End of included file: packet-gnm-ett.c ---*/
-#line 51 "../../asn1/gnm/packet-gnm-template.c"
+#line 54 "../../asn1/gnm/packet-gnm-template.c"
/*--- Included file: packet-gnm-fn.c ---*/
@@ -2027,7 +2030,7 @@ static void dissect_Version_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
/*--- End of included file: packet-gnm-fn.c ---*/
-#line 53 "../../asn1/gnm/packet-gnm-template.c"
+#line 56 "../../asn1/gnm/packet-gnm-template.c"
@@ -2042,7 +2045,7 @@ dissect_gnm_attribute_ObjectInstance(tvbuff_t *tvb, packet_info *pinfo, proto_tr
}
-void
+static void
dissect_gnm(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *parent_tree _U_)
{
/* Dymmy function */
@@ -2727,7 +2730,7 @@ void proto_register_gnm(void) {
NULL, HFILL }},
/*--- End of included file: packet-gnm-hfarr.c ---*/
-#line 80 "../../asn1/gnm/packet-gnm-template.c"
+#line 83 "../../asn1/gnm/packet-gnm-template.c"
};
/* List of subtrees */
@@ -2803,7 +2806,7 @@ void proto_register_gnm(void) {
&ett_gnm_TransmissionCharacteristics,
/*--- End of included file: packet-gnm-ettarr.c ---*/
-#line 85 "../../asn1/gnm/packet-gnm-template.c"
+#line 88 "../../asn1/gnm/packet-gnm-template.c"
};
/* Register protocol */
@@ -2892,7 +2895,7 @@ void proto_reg_handoff_gnm(void) {
/*--- End of included file: packet-gnm-dis-tab.c ---*/
-#line 100 "../../asn1/gnm/packet-gnm-template.c"
+#line 103 "../../asn1/gnm/packet-gnm-template.c"
/* Wrapper to call CMIP */
register_ber_oid_dissector("0.0.13.3100.0.7.9", dissect_gnm_attribute_ObjectInstance, proto_gnm, "clientConnection(9)");
register_ber_oid_dissector("0.0.13.3100.0.7.10", dissect_gnm_attribute_ObjectInstance, proto_gnm, "clientTrail(10)");