aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2014-01-02 11:27:10 +0000
committerAnders Broman <anders.broman@ericsson.com>2014-01-02 11:27:10 +0000
commit3cb2c58eaf5472ffe979b30d1c7b10908546e40c (patch)
tree83f213eef3c863aa2063291988851eca940d3ac9 /plugins/wimax
parent558c885d6ddb4791d47ea3063a3570eb99291f73 (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54552
Diffstat (limited to 'plugins/wimax')
-rw-r--r--plugins/wimax/msg_arq.c3
-rw-r--r--plugins/wimax/msg_clk_cmp.c3
-rw-r--r--plugins/wimax/msg_dcd.c3
-rw-r--r--plugins/wimax/msg_dreg.c4
-rw-r--r--plugins/wimax/msg_dsa.c3
-rw-r--r--plugins/wimax/msg_dsc.c3
-rw-r--r--plugins/wimax/msg_dsd.c3
-rw-r--r--plugins/wimax/msg_dsx_rvd.c3
-rw-r--r--plugins/wimax/msg_fpc.c4
-rw-r--r--plugins/wimax/msg_pkm.c3
-rw-r--r--plugins/wimax/msg_pmc.c3
-rw-r--r--plugins/wimax/msg_prc_lt_ctrl.c4
-rw-r--r--plugins/wimax/msg_reg_req.c3
-rw-r--r--plugins/wimax/msg_reg_rsp.c3
-rw-r--r--plugins/wimax/msg_rep.c3
-rw-r--r--plugins/wimax/msg_res_cmd.c3
-rw-r--r--plugins/wimax/msg_rng_req.c3
-rw-r--r--plugins/wimax/msg_rng_rsp.c3
-rw-r--r--plugins/wimax/msg_sbc.c4
-rw-r--r--plugins/wimax/msg_ucd.c3
-rw-r--r--plugins/wimax/msg_ulmap.c3
-rw-r--r--plugins/wimax/wimax_cdma_code_decoder.c2
-rw-r--r--plugins/wimax/wimax_utils.c2
23 files changed, 71 insertions, 0 deletions
diff --git a/plugins/wimax/msg_arq.c b/plugins/wimax/msg_arq.c
index 6c752460a7..4fadaff4b6 100644
--- a/plugins/wimax/msg_arq.c
+++ b/plugins/wimax/msg_arq.c
@@ -38,6 +38,9 @@
#include "wimax_tlv.h"
#include "wimax_mac.h"
+void proto_register_mac_mgmt_msg_arq_feedback(void);
+void proto_reg_handoff_mac_mgmt_msg_arq(void);
+
static gint proto_mac_mgmt_msg_arq_decoder = -1;
static gint ett_mac_mgmt_msg_arq_decoder = -1;
diff --git a/plugins/wimax/msg_clk_cmp.c b/plugins/wimax/msg_clk_cmp.c
index 731d9ffbfa..935fc12fee 100644
--- a/plugins/wimax/msg_clk_cmp.c
+++ b/plugins/wimax/msg_clk_cmp.c
@@ -34,6 +34,9 @@
#include <epan/packet.h>
#include "wimax_mac.h"
+void proto_register_mac_mgmt_msg_clk_cmp(void);
+void proto_reg_handoff_mac_mgmt_msg_clk_cmp(void);
+
static gint proto_mac_mgmt_msg_clk_cmp_decoder = -1;
static gint ett_mac_mgmt_msg_clk_cmp_decoder = -1;
diff --git a/plugins/wimax/msg_dcd.c b/plugins/wimax/msg_dcd.c
index ec4e81aa05..7cc3e9a9dd 100644
--- a/plugins/wimax/msg_dcd.c
+++ b/plugins/wimax/msg_dcd.c
@@ -42,6 +42,9 @@
/* Delete the following variable as soon as possible */
extern gboolean include_cor2_changes;
+void proto_register_mac_mgmt_msg_dcd(void);
+void proto_reg_handoff_mac_mgmt_msg_dcd(void);
+
static gint proto_mac_mgmt_msg_dcd_decoder = -1;
static gint ett_mac_mgmt_msg_dcd_decoder = -1;
diff --git a/plugins/wimax/msg_dreg.c b/plugins/wimax/msg_dreg.c
index 756b8070a8..3c5ec860b7 100644
--- a/plugins/wimax/msg_dreg.c
+++ b/plugins/wimax/msg_dreg.c
@@ -41,6 +41,10 @@
extern gboolean include_cor2_changes;
+void proto_register_mac_mgmt_msg_dreg_req(void);
+void proto_register_mac_mgmt_msg_dreg_cmd(void);
+void proto_reg_handoff_mac_mgmt_msg_dreg(void);
+
/* Forward reference */
static void dissect_dreg_tlv(proto_tree *dreg_tree, gint tlv_type, tvbuff_t *tvb, guint tlv_offset, guint tlv_len);
diff --git a/plugins/wimax/msg_dsa.c b/plugins/wimax/msg_dsa.c
index b00b0f2905..b781f9fe9a 100644
--- a/plugins/wimax/msg_dsa.c
+++ b/plugins/wimax/msg_dsa.c
@@ -40,6 +40,9 @@
#include "wimax_mac.h"
#include "wimax_utils.h"
+void proto_register_mac_mgmt_msg_dsa(void);
+void proto_reg_handoff_mac_mgmt_msg_dsa(void);
+
static gint proto_mac_mgmt_msg_dsa_decoder = -1;
static gint ett_mac_mgmt_msg_dsa_req_decoder = -1;
static gint ett_mac_mgmt_msg_dsa_rsp_decoder = -1;
diff --git a/plugins/wimax/msg_dsc.c b/plugins/wimax/msg_dsc.c
index 7b9d492787..f351dda437 100644
--- a/plugins/wimax/msg_dsc.c
+++ b/plugins/wimax/msg_dsc.c
@@ -40,6 +40,9 @@
#include "wimax_mac.h"
#include "wimax_utils.h"
+void proto_register_mac_mgmt_msg_dsc(void);
+void proto_reg_handoff_mac_mgmt_msg_dsc(void);
+
static gint proto_mac_mgmt_msg_dsc_decoder = -1;
static gint ett_mac_mgmt_msg_dsc_req_decoder = -1;
static gint ett_mac_mgmt_msg_dsc_rsp_decoder = -1;
diff --git a/plugins/wimax/msg_dsd.c b/plugins/wimax/msg_dsd.c
index a4649827b5..7f2a494aa2 100644
--- a/plugins/wimax/msg_dsd.c
+++ b/plugins/wimax/msg_dsd.c
@@ -40,6 +40,9 @@
#include "wimax_mac.h"
#include "wimax_utils.h"
+void proto_register_mac_mgmt_msg_dsd(void);
+void proto_reg_handoff_mac_mgmt_msg_dsd(void);
+
static gint proto_mac_mgmt_msg_dsd_decoder = -1;
static gint ett_mac_mgmt_msg_dsd_req_decoder = -1;
static gint ett_mac_mgmt_msg_dsd_rsp_decoder = -1;
diff --git a/plugins/wimax/msg_dsx_rvd.c b/plugins/wimax/msg_dsx_rvd.c
index 01362d358f..bced7a079b 100644
--- a/plugins/wimax/msg_dsx_rvd.c
+++ b/plugins/wimax/msg_dsx_rvd.c
@@ -34,6 +34,9 @@
#include <epan/packet.h>
#include "wimax_mac.h"
+void proto_register_mac_mgmt_msg_dsx_rvd(void);
+void proto_reg_handoff_mac_mgmt_msg_dsx_rvd(void);
+
static gint proto_mac_mgmt_msg_dsx_rvd_decoder = -1;
static gint ett_mac_mgmt_msg_dsx_rvd_decoder = -1;
diff --git a/plugins/wimax/msg_fpc.c b/plugins/wimax/msg_fpc.c
index 882b389781..d7606f8579 100644
--- a/plugins/wimax/msg_fpc.c
+++ b/plugins/wimax/msg_fpc.c
@@ -36,6 +36,10 @@
#include "wimax_tlv.h"
#include "wimax_mac.h"
+
+void proto_register_mac_mgmt_msg_fpc(void);
+void proto_reg_handoff_mac_mgmt_msg_fpc(void);
+
static gint proto_mac_mgmt_msg_fpc_decoder = -1;
static gint ett_mac_mgmt_msg_fpc_decoder = -1;
diff --git a/plugins/wimax/msg_pkm.c b/plugins/wimax/msg_pkm.c
index 545a059912..1cf8a45717 100644
--- a/plugins/wimax/msg_pkm.c
+++ b/plugins/wimax/msg_pkm.c
@@ -40,6 +40,9 @@
#include "wimax_mac.h"
#include "wimax_utils.h"
+void proto_register_mac_mgmt_msg_pkm(void);
+void proto_reg_handoff_mac_mgmt_msg_pkm(void);
+
static gint proto_mac_mgmt_msg_pkm_decoder = -1;
static gint ett_mac_mgmt_msg_pkm_req_decoder = -1;
static gint ett_mac_mgmt_msg_pkm_rsp_decoder = -1;
diff --git a/plugins/wimax/msg_pmc.c b/plugins/wimax/msg_pmc.c
index 47a4b44288..8ee3d5e1e4 100644
--- a/plugins/wimax/msg_pmc.c
+++ b/plugins/wimax/msg_pmc.c
@@ -41,6 +41,9 @@
extern gboolean include_cor2_changes;
+void proto_register_mac_mgmt_msg_pmc_req(void);
+void proto_register_mac_mgmt_msg_pmc_rsp(void);
+
static gint proto_mac_mgmt_msg_pmc_req_decoder = -1;
static gint proto_mac_mgmt_msg_pmc_rsp_decoder = -1;
diff --git a/plugins/wimax/msg_prc_lt_ctrl.c b/plugins/wimax/msg_prc_lt_ctrl.c
index 5266181d27..1f765ac17e 100644
--- a/plugins/wimax/msg_prc_lt_ctrl.c
+++ b/plugins/wimax/msg_prc_lt_ctrl.c
@@ -36,6 +36,10 @@
#include "wimax_tlv.h"
#include "wimax_mac.h"
+
+void proto_register_mac_mgmt_msg_prc_lt_ctrl(void);
+void proto_reg_handoff_mac_mgmt_msg_prc_lt_ctrl(void);
+
static gint proto_mac_mgmt_msg_prc_lt_ctrl_decoder = -1;
static gint ett_mac_mgmt_msg_prc_lt_ctrl_decoder = -1;
diff --git a/plugins/wimax/msg_reg_req.c b/plugins/wimax/msg_reg_req.c
index d4125ea732..c8093d4052 100644
--- a/plugins/wimax/msg_reg_req.c
+++ b/plugins/wimax/msg_reg_req.c
@@ -41,6 +41,9 @@
extern gboolean include_cor2_changes;
+void proto_register_mac_mgmt_msg_reg_req(void);
+void proto_reg_handoff_mac_mgmt_msg_reg_req(void);
+
static gint proto_mac_mgmt_msg_reg_req_decoder = -1;
static gint ett_mac_mgmt_msg_reg_req_decoder = -1;
diff --git a/plugins/wimax/msg_reg_rsp.c b/plugins/wimax/msg_reg_rsp.c
index 51e8f124b8..5a22106ad2 100644
--- a/plugins/wimax/msg_reg_rsp.c
+++ b/plugins/wimax/msg_reg_rsp.c
@@ -40,6 +40,9 @@
#include "wimax_mac.h"
#include "wimax_utils.h"
+void proto_register_mac_mgmt_msg_reg_rsp(void);
+void proto_reg_handoff_mac_mgmt_msg_reg_rsp(void);
+
extern gboolean include_cor2_changes;
extern void dissect_extended_tlv(proto_tree *reg_req_tree, gint tlv_type, tvbuff_t *tvb, guint tlv_offset, guint tlv_len, packet_info *pinfo, guint offset, gint proto_registry);
diff --git a/plugins/wimax/msg_rep.c b/plugins/wimax/msg_rep.c
index 502389c7c8..3f458b240a 100644
--- a/plugins/wimax/msg_rep.c
+++ b/plugins/wimax/msg_rep.c
@@ -39,6 +39,9 @@
#include "wimax_mac.h"
#include "wimax_utils.h"
+void proto_register_mac_mgmt_msg_rep(void);
+void proto_reg_handoff_mac_mgmt_msg_rep(void);
+
static gint proto_mac_mgmt_msg_rep_decoder = -1;
static gint ett_mac_mgmt_msg_rep_req_decoder = -1;
static gint ett_mac_mgmt_msg_rep_rsp_decoder = -1;
diff --git a/plugins/wimax/msg_res_cmd.c b/plugins/wimax/msg_res_cmd.c
index 5953669b6c..5e35d6a5b3 100644
--- a/plugins/wimax/msg_res_cmd.c
+++ b/plugins/wimax/msg_res_cmd.c
@@ -40,6 +40,9 @@
#include "wimax_mac.h"
#include "wimax_utils.h"
+void proto_register_mac_mgmt_msg_res_cmd(void);
+void proto_reg_handoff_mac_mgmt_msg_res_cmd(void);
+
static gint proto_mac_mgmt_msg_res_cmd_decoder = -1;
static gint ett_mac_mgmt_msg_res_cmd_decoder = -1;
diff --git a/plugins/wimax/msg_rng_req.c b/plugins/wimax/msg_rng_req.c
index 5023f0fadf..09dec2e281 100644
--- a/plugins/wimax/msg_rng_req.c
+++ b/plugins/wimax/msg_rng_req.c
@@ -37,6 +37,9 @@
#include "wimax_mac.h"
#include "wimax_utils.h"
+void proto_register_mac_mgmt_msg_rng_req(void);
+void proto_reg_handoff_mac_mgmt_msg_rng_req(void);
+
extern gboolean include_cor2_changes;
static gint proto_mac_mgmt_msg_rng_req_decoder = -1;
diff --git a/plugins/wimax/msg_rng_rsp.c b/plugins/wimax/msg_rng_rsp.c
index 9508900aea..fab1caece7 100644
--- a/plugins/wimax/msg_rng_rsp.c
+++ b/plugins/wimax/msg_rng_rsp.c
@@ -37,6 +37,9 @@
#include "wimax_mac.h"
#include "wimax_utils.h"
+void proto_register_mac_mgmt_msg_rng_rsp(void);
+void proto_reg_handoff_mac_mgmt_msg_rng_rsp(void);
+
extern gboolean include_cor2_changes;
/* external reference */
diff --git a/plugins/wimax/msg_sbc.c b/plugins/wimax/msg_sbc.c
index 39bc9f668c..2fc8986f9c 100644
--- a/plugins/wimax/msg_sbc.c
+++ b/plugins/wimax/msg_sbc.c
@@ -40,6 +40,10 @@
#include "wimax_mac.h"
#include "wimax_utils.h"
+
+void proto_register_mac_mgmt_msg_sbc(void);
+void proto_reg_handoff_mac_mgmt_msg_sbc(void);
+
/* This is a global variable declared in mac_hd_generic_decoder.c, which determines whether
* or not cor2 changes are included */
extern guint include_cor2_changes;
diff --git a/plugins/wimax/msg_ucd.c b/plugins/wimax/msg_ucd.c
index a8f3d346a6..58f5f9dddc 100644
--- a/plugins/wimax/msg_ucd.c
+++ b/plugins/wimax/msg_ucd.c
@@ -39,6 +39,9 @@
#include "wimax_tlv.h"
#include "wimax_mac.h"
+void proto_register_mac_mgmt_msg_ucd(void);
+void proto_reg_handoff_mac_mgmt_msg_ucd(void);
+
extern gboolean include_cor2_changes;
guint cqich_id_size; /* Set for CQICH_Alloc_IE */
diff --git a/plugins/wimax/msg_ulmap.c b/plugins/wimax/msg_ulmap.c
index 035d370937..9bf0d9977c 100644
--- a/plugins/wimax/msg_ulmap.c
+++ b/plugins/wimax/msg_ulmap.c
@@ -38,6 +38,9 @@
extern gboolean include_cor2_changes;
+void proto_register_mac_mgmt_msg_ulmap(void);
+void proto_reg_handoff_mac_mgmt_msg_ulmap(void);
+
#define MAC_MGMT_MSG_ULMAP 3
#define XBIT(var, bits, desc) \
diff --git a/plugins/wimax/wimax_cdma_code_decoder.c b/plugins/wimax/wimax_cdma_code_decoder.c
index c32f034144..b78beab650 100644
--- a/plugins/wimax/wimax_cdma_code_decoder.c
+++ b/plugins/wimax/wimax_cdma_code_decoder.c
@@ -33,6 +33,8 @@
#include <glib.h>
#include <epan/packet.h>
+void proto_register_wimax_cdma(void);
+
static int proto_wimax_cdma_code_decoder = -1;
static gint ett_wimax_cdma_code_decoder = -1;
diff --git a/plugins/wimax/wimax_utils.c b/plugins/wimax/wimax_utils.c
index 89cb2fc93c..23eda2d3ed 100644
--- a/plugins/wimax/wimax_utils.c
+++ b/plugins/wimax/wimax_utils.c
@@ -40,6 +40,8 @@
#include "wimax_bits.h"
#include "wimax_utils.h"
+void proto_register_wimax_utility_decoders(void);
+
extern gint proto_mac_mgmt_msg_rng_req_decoder;
extern gint proto_mac_mgmt_msg_reg_req_decoder;