aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-08-06 16:13:31 +0000
committerBill Meier <wmeier@newsguy.com>2009-08-06 16:13:31 +0000
commiteba5297683315f84525148d8bbdc04b0f32bf9f7 (patch)
tree6e9cf943ed4fb8090b2395aa981430ed4dcec6e2
parent413e64f1a67cc2c0fe20e37ba85e3ec30557078d (diff)
Remove inadvertantly committed comments re issue yet to be fixed ...
svn path=/trunk/; revision=29311
-rw-r--r--epan/dissectors/packet-gsm_a_rr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-gsm_a_rr.c b/epan/dissectors/packet-gsm_a_rr.c
index d91c8f2c72..a46bcb0260 100644
--- a/epan/dissectors/packet-gsm_a_rr.c
+++ b/epan/dissectors/packet-gsm_a_rr.c
@@ -8398,9 +8398,9 @@ void get_rr_msg_params(guint8 oct, const gchar **msg_str, int *ett_tree, int *hf
gint idx;
*msg_str = match_strval_idx((guint32) (oct & DTAP_RR_IEI_MASK), gsm_a_dtap_msg_rr_strings, &idx);
- *ett_tree = ett_gsm_dtap_msg_rr[idx]; // -1 !!
+ *ett_tree = ett_gsm_dtap_msg_rr[idx];
*hf_idx = hf_gsm_a_dtap_msg_rr_type;
- *msg_fcn = dtap_msg_rr_fcn[idx]; // -1 !!
+ *msg_fcn = dtap_msg_rr_fcn[idx];
return;
}
@@ -8656,9 +8656,9 @@ void get_rr_short_pd_msg_params(guint8 mess_type, const gchar **msg_str, int *et
gint idx;
*msg_str = match_strval_idx((guint32) mess_type, gsm_a_sacch_msg_rr_strings, &idx);
- *ett_tree = ett_gsm_sacch_msg_rr[idx]; // -1 !!
+ *ett_tree = ett_gsm_sacch_msg_rr[idx];
*hf_idx = hf_gsm_a_sacch_msg_rr_type;
- *msg_fcn = sacch_msg_rr_fcn[idx]; // -1 !!
+ *msg_fcn = sacch_msg_rr_fcn[idx];
}
const value_string short_protocol_discriminator_vals[] = {