aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2014-01-02 17:42:02 +0000
committerAnders Broman <anders.broman@ericsson.com>2014-01-02 17:42:02 +0000
commit61c72710a72810a9ac81c9a6adabcbc303f08b6d (patch)
tree1538095f0c3dc7c72749067167fd43c4374a5ee1
parentf5c6f39201ffaff122d0de32d9db10497a89cd07 (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54558
-rw-r--r--plugins/wimax/mac_hd_generic_decoder.c3
-rw-r--r--plugins/wimax/mac_hd_type1_decoder.c2
-rw-r--r--plugins/wimax/mac_hd_type2_decoder.c2
-rw-r--r--plugins/wimax/mac_mgmt_msg_decoder.c3
-rw-r--r--plugins/wimax/msg_aas_beam.c3
-rw-r--r--plugins/wimax/msg_aas_fbck.c3
-rw-r--r--plugins/wimax/msg_dlmap.c3
-rw-r--r--plugins/wimax/wimax_fch_decoder.c2
-rw-r--r--plugins/wimax/wimax_ffb_decoder.c2
-rw-r--r--plugins/wimax/wimax_hack_decoder.c2
-rw-r--r--plugins/wimax/wimax_harq_map_decoder.c2
-rw-r--r--plugins/wimax/wimax_pdu_decoder.c3
-rw-r--r--plugins/wimax/wimax_phy_attributes_decoder.c2
13 files changed, 32 insertions, 0 deletions
diff --git a/plugins/wimax/mac_hd_generic_decoder.c b/plugins/wimax/mac_hd_generic_decoder.c
index e3a7af19c0..54b18ff501 100644
--- a/plugins/wimax/mac_hd_generic_decoder.c
+++ b/plugins/wimax/mac_hd_generic_decoder.c
@@ -48,6 +48,9 @@
#include "crc.h"
#include "wimax_utils.h"
+void proto_register_mac_header_generic(void);
+void proto_reg_handoff_mac_header_generic(void);
+
extern gint proto_wimax;
extern gint seen_a_service_type;
diff --git a/plugins/wimax/mac_hd_type1_decoder.c b/plugins/wimax/mac_hd_type1_decoder.c
index 5dbe41a950..37fbfdd970 100644
--- a/plugins/wimax/mac_hd_type1_decoder.c
+++ b/plugins/wimax/mac_hd_type1_decoder.c
@@ -44,6 +44,8 @@
extern gint proto_mac_header_generic_decoder;
+void proto_register_mac_header_type_1(void);
+
static gint proto_mac_header_type_1_decoder = -1;
static gint ett_mac_header_type_1_decoder = -1;
static gint hf_mac_header_type_1_value_bytes = -1;
diff --git a/plugins/wimax/mac_hd_type2_decoder.c b/plugins/wimax/mac_hd_type2_decoder.c
index 818d061fb9..01a9d8ef10 100644
--- a/plugins/wimax/mac_hd_type2_decoder.c
+++ b/plugins/wimax/mac_hd_type2_decoder.c
@@ -44,6 +44,8 @@
extern gint proto_mac_header_generic_decoder;
+void proto_register_mac_header_type_2(void);
+
static gint proto_mac_header_type_2_decoder = -1;
static gint ett_mac_header_type_2_decoder = -1;
static gint hf_mac_header_type_2_value_bytes = -1;
diff --git a/plugins/wimax/mac_mgmt_msg_decoder.c b/plugins/wimax/mac_mgmt_msg_decoder.c
index 65636bc5ae..5bc4ff94b7 100644
--- a/plugins/wimax/mac_mgmt_msg_decoder.c
+++ b/plugins/wimax/mac_mgmt_msg_decoder.c
@@ -35,6 +35,9 @@
#include <epan/expert.h>
#include "wimax_mac.h"
+void proto_register_mac_mgmt_msg(void);
+void proto_reg_handoff_mac_mgmt_msg(void);
+
static gint proto_mac_mgmt_msg_decoder = -1;
static gint ett_mac_mgmt_msg_decoder = -1;
diff --git a/plugins/wimax/msg_aas_beam.c b/plugins/wimax/msg_aas_beam.c
index 2ed42a823e..6f330c5c1c 100644
--- a/plugins/wimax/msg_aas_beam.c
+++ b/plugins/wimax/msg_aas_beam.c
@@ -47,6 +47,9 @@ extern gint proto_mac_mgmt_msg_aas_fbck_decoder;
#define AAS_BEAM_BEAM_BIT_MASK_MASK 0xF0
#define AAS_BEAM_RESERVED_MASK 0x0F
+void proto_register_mac_mgmt_msg_aas_beam(void);
+void proto_reg_handoff_mac_mgmt_msg_aas_beam(void);
+
static gint proto_mac_mgmt_msg_aas_beam_decoder = -1;
static gint ett_mac_mgmt_msg_aas_beam_select_decoder = -1;
static gint ett_mac_mgmt_msg_aas_beam_req_decoder = -1;
diff --git a/plugins/wimax/msg_aas_fbck.c b/plugins/wimax/msg_aas_fbck.c
index 203c54bc25..99922d06cd 100644
--- a/plugins/wimax/msg_aas_fbck.c
+++ b/plugins/wimax/msg_aas_fbck.c
@@ -45,6 +45,9 @@
#define OFDMA_AAS_FBCK_REQ_FB_RSP_COUNTER_MASK 0x1C
#define OFDMA_AAS_FBCK_REQ_FB_RSP_RESOLUTION_MASK 0x03
+void proto_register_mac_mgmt_msg_aas_fbck(void);
+void proto_reg_handoff_mac_mgmt_msg_aas(void);
+
static gint proto_mac_mgmt_msg_aas_fbck_decoder = -1;
static gint ett_mac_mgmt_msg_aas_fbck_req_decoder = -1;
static gint ett_mac_mgmt_msg_aas_fbck_rsp_decoder = -1;
diff --git a/plugins/wimax/msg_dlmap.c b/plugins/wimax/msg_dlmap.c
index b7f9fea23c..c32892745d 100644
--- a/plugins/wimax/msg_dlmap.c
+++ b/plugins/wimax/msg_dlmap.c
@@ -38,6 +38,9 @@
extern gboolean include_cor2_changes;
+void proto_register_mac_mgmt_msg_dlmap(void);
+void proto_reg_handoff_mac_mgmt_msg_dlmap(void);
+
#define MAC_MGMT_MSG_DLMAP 2
#define XBIT(var, bits, desc) \
diff --git a/plugins/wimax/wimax_fch_decoder.c b/plugins/wimax/wimax_fch_decoder.c
index 1ced14319c..f56b36b22e 100644
--- a/plugins/wimax/wimax_fch_decoder.c
+++ b/plugins/wimax/wimax_fch_decoder.c
@@ -38,6 +38,8 @@ extern gint proto_wimax;
extern address bs_address; /* declared in packet-wmx.c */
+void proto_register_wimax_fch(void);
+
static int proto_wimax_fch_decoder = -1;
static gint ett_wimax_fch_decoder = -1;
diff --git a/plugins/wimax/wimax_ffb_decoder.c b/plugins/wimax/wimax_ffb_decoder.c
index 6adb3a9322..1be190a877 100644
--- a/plugins/wimax/wimax_ffb_decoder.c
+++ b/plugins/wimax/wimax_ffb_decoder.c
@@ -35,6 +35,8 @@
extern gint proto_wimax;
+void proto_register_wimax_ffb(void);
+
static gint proto_wimax_ffb_decoder = -1;
static gint ett_wimax_ffb_decoder = -1;
diff --git a/plugins/wimax/wimax_hack_decoder.c b/plugins/wimax/wimax_hack_decoder.c
index 4c61816fe6..3a6380d0ef 100644
--- a/plugins/wimax/wimax_hack_decoder.c
+++ b/plugins/wimax/wimax_hack_decoder.c
@@ -35,6 +35,8 @@
extern gint proto_wimax;
+void proto_register_wimax_hack(void);
+
static gint proto_wimax_hack_decoder = -1;
static gint ett_wimax_hack_decoder = -1;
diff --git a/plugins/wimax/wimax_harq_map_decoder.c b/plugins/wimax/wimax_harq_map_decoder.c
index 68dacf39b9..c63b98c168 100644
--- a/plugins/wimax/wimax_harq_map_decoder.c
+++ b/plugins/wimax/wimax_harq_map_decoder.c
@@ -40,6 +40,8 @@ extern guint wimax_compact_ulmap_ie_decoder(proto_tree *tree, packet_info *pinfo
extern gint proto_wimax;
+void proto_register_wimax_harq_map(void);
+
static gint proto_wimax_harq_map_decoder = -1;
static gint ett_wimax_harq_map_decoder = -1;
diff --git a/plugins/wimax/wimax_pdu_decoder.c b/plugins/wimax/wimax_pdu_decoder.c
index 78c3fbc361..62b12cf53b 100644
--- a/plugins/wimax/wimax_pdu_decoder.c
+++ b/plugins/wimax/wimax_pdu_decoder.c
@@ -36,6 +36,9 @@
extern gint proto_wimax;
+void proto_register_wimax_pdu(void);
+void proto_reg_handoff_wimax_pdu(void);
+
static dissector_handle_t mac_generic_decoder_handle = NULL;
static dissector_handle_t mac_header_type1_handle = NULL;
static dissector_handle_t mac_header_type2_handle = NULL;
diff --git a/plugins/wimax/wimax_phy_attributes_decoder.c b/plugins/wimax/wimax_phy_attributes_decoder.c
index 71a7104c85..e8f3bfc2ef 100644
--- a/plugins/wimax/wimax_phy_attributes_decoder.c
+++ b/plugins/wimax/wimax_phy_attributes_decoder.c
@@ -35,6 +35,8 @@
extern gint proto_wimax;
+void proto_register_wimax_phy_attributes(void);
+
static gint proto_wimax_phy_attributes_decoder = -1;
static gint ett_wimax_phy_attributes_decoder = -1;