aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsl.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-02 20:28:11 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-02 20:28:11 +0000
commit3659b6153d2f1e318656111bf9159769cffc44f1 (patch)
tree9b7ca8ba64dc87bcc2e3a82f03111c6f612f99b0 /epan/dissectors/packet-rsl.c
parent6f60b5b251063900d6fbe6924dd8a6590c2ddc39 (diff)
Fix comments
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23054 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-rsl.c')
-rw-r--r--epan/dissectors/packet-rsl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rsl.c b/epan/dissectors/packet-rsl.c
index 32d309a29a..fe4075a587 100644
--- a/epan/dissectors/packet-rsl.c
+++ b/epan/dissectors/packet-rsl.c
@@ -2568,7 +2568,7 @@ dissect_rsl_ie_multirate_cntrl(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree
proto_tree_add_item(ie_tree, hf_rsl_ie_id, tvb, offset, 1, FALSE);
offset++;
- /* Bit 8 -5 Spare /*
+ /* Bit 8 -5 Spare */
/* The OD field (bit 5 of octet 3) indicates if the BSC expects distant parameters or
* TFO Decision algorithm result from the BTS
*/
@@ -2593,6 +2593,8 @@ dissect_rsl_ie_multirate_cntrl(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree
/*
* 9.3.57 TFO Status
+ */
+
/*
* 9.3.58 LLP APDU
*/