aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2007-11-26 18:55:17 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2007-11-26 18:55:17 +0000
commit309f7503e542eed1057fe906a4399703e8e9071b (patch)
tree19c4719c897e4083c1f1e2a4300a3f945f972032 /plugins/wimax/wimax_compact_ulmap_ie_decoder.c
parent86f278dda7604b486e35e9613062f343bd45a930 (diff)
Get rid of C++/C99 style comments--not all compilers support them
svn path=/trunk/; revision=23608
Diffstat (limited to 'plugins/wimax/wimax_compact_ulmap_ie_decoder.c')
-rw-r--r--plugins/wimax/wimax_compact_ulmap_ie_decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/wimax/wimax_compact_ulmap_ie_decoder.c b/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
index 8b2ca7b1ec..a0d710b102 100644
--- a/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
+++ b/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
@@ -158,7 +158,7 @@ static gint hf_culmap_reserved_1 = -1;
static gint hf_culmap_nep_code_1 = -1;
static gint hf_culmap_nsch_code_1 = -1;
static gint hf_culmap_num_bands_1 = -1;
-//static gint hf_culmap_band_index_1 = -1;
+/*static gint hf_culmap_band_index_1 = -1;*/
static gint hf_culmap_nb_bitmap_1 = -1;
static gint hf_culmap_shortened_uiuc = -1;
@@ -1575,7 +1575,7 @@ guint wimax_compact_ulmap_ie_decoder(proto_tree *tree, packet_info *pinfo, tvbuf
break;
case COMPACT_UL_MAP_TYPE_EXTENSION:/* 6.3.2.3.43.7.7 */
/* decode the Compact UL-MAP externsion IE */
- nibble_length = wimax_culmap_extension_ie_decoder(tree, pinfo, tvb, ul_map_offset, nibble_offset);//, cqich_indicator);
+ nibble_length = wimax_culmap_extension_ie_decoder(tree, pinfo, tvb, ul_map_offset, nibble_offset);/*, cqich_indicator);*/
length = nibble_length;
break;
default:/* Reserved Type */