summaryrefslogtreecommitdiff
path: root/plugins/wimax/wimax_utils.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-09-28 02:41:49 +0000
committerEvan Huus <eapache@gmail.com>2013-09-28 02:41:49 +0000
commitca52337c437f75619206086fab008a1bccf25939 (patch)
tree06ed25ccc09f80f0266a99008ec507be594e319f /plugins/wimax/wimax_utils.c
parente5379de1261b0f36a7a7900ba0137a9aae0cd9b6 (diff)
downloadwireshark-ca52337c437f75619206086fab008a1bccf25939.tar.gz
Fix various warnings in (hopefully) the right ways.
svn path=/trunk/; revision=52236
Diffstat (limited to 'plugins/wimax/wimax_utils.c')
-rw-r--r--plugins/wimax/wimax_utils.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/wimax/wimax_utils.c b/plugins/wimax/wimax_utils.c
index f0de5a3ef5..4ec011b57f 100644
--- a/plugins/wimax/wimax_utils.c
+++ b/plugins/wimax/wimax_utils.c
@@ -1711,7 +1711,6 @@ void wimax_error_parameter_set_decoder(tvbuff_t *tvb, packet_info *pinfo, proto_
gint tlv_type;
proto_item *ceps_item = NULL;
proto_tree *ceps_tree = NULL;
- proto_tree *tlv_tree = NULL;
tlv_info_t tlv_info;
/* get the tvb reported length */
@@ -2909,7 +2908,6 @@ void wimax_tek_parameters_decoder(tvbuff_t *tvb, packet_info *pinfo, proto_tree
guint offset;
guint tvb_len, tlv_len, tlv_value_offset;
gint tlv_type;
- proto_tree *tlv_tree = NULL;
tlv_info_t tlv_info;
/* get the tvb reported length */
@@ -3198,7 +3196,6 @@ void wimax_security_capabilities_decoder(tvbuff_t *tvb, packet_info *pinfo, prot
/******************************************************************/
void wimax_vendor_specific_information_decoder(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
- proto_tree *tlv_tree = NULL;
guint offset;
guint tvb_len, tlv_len, tlv_value_offset;
gint tlv_type;