aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-06 16:13:31 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-06 16:13:31 +0000
commitb768099e17f6531c4c5c90072eca63d17b568f17 (patch)
tree6e9cf943ed4fb8090b2395aa981430ed4dcec6e2 /epan/dissectors
parenta6e9663db03c96f0563b719bb05efb3a6c7f7153 (diff)
Remove inadvertantly committed comments re issue yet to be fixed ...
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29311 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors')
-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[] = {