aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_reg_rsp.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-01-26 19:53:49 +0100
committerAnders Broman <a.broman58@gmail.com>2015-01-27 15:31:57 +0000
commit7dfda8875a8f17f60668681459c97590096dcfee (patch)
tree153635c41dc7b9f181d2c570e29a4194050bc033 /plugins/wimax/msg_reg_rsp.c
parentceb8d954d25211d5cb4766ece277c15aa53578d5 (diff)
WIMAX: fix no previous prototype for ... [-Wmissing-prototypes]
Also comment the unused function wimax_decode_sub_dl_ul_map Part 2... Change-Id: I1836aa2851156e4f756c5697f86a142625d697c9 Reviewed-on: https://code.wireshark.org/review/6810 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'plugins/wimax/msg_reg_rsp.c')
-rw-r--r--plugins/wimax/msg_reg_rsp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/wimax/msg_reg_rsp.c b/plugins/wimax/msg_reg_rsp.c
index ff758f30cd..9e9499f032 100644
--- a/plugins/wimax/msg_reg_rsp.c
+++ b/plugins/wimax/msg_reg_rsp.c
@@ -42,8 +42,6 @@ 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);
-
static dissector_handle_t dsc_rsp_handle = NULL;
static gint proto_mac_mgmt_msg_reg_rsp_decoder = -1;