aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smpp.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-03-18 23:06:08 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-03-18 23:06:08 +0000
commit4932b881f22b59d43230a59b4be37e8f96db8f4c (patch)
tree001af652f207ad3f43146b44b5f699f9f3a02dc2 /epan/dissectors/packet-smpp.c
parentdd903ca9c8434f68f01c2affbe7fef4b05ba07d4 (diff)
Removed C++ style comments.
svn path=/trunk/; revision=27791
Diffstat (limited to 'epan/dissectors/packet-smpp.c')
-rw-r--r--epan/dissectors/packet-smpp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-smpp.c b/epan/dissectors/packet-smpp.c
index 1ffa1edc91..a571124d95 100644
--- a/epan/dissectors/packet-smpp.c
+++ b/epan/dissectors/packet-smpp.c
@@ -1249,8 +1249,8 @@ smpp_handle_tlv(proto_tree *tree, tvbuff_t *tvb, int *offset)
tag = tvb_get_ntohs(tvb, *offset);
length = tvb_get_ntohs(tvb, (*offset+2));
- // XXX it would be nice to pull the tag from a value_string array and
- // display the name of the tlv in the tag item and the tree header
+ /* XXX it would be nice to pull the tag from a value_string array and */
+ /* display the name of the tlv in the tag item and the tree header */
sub_tree = proto_tree_add_none_format(tlvs_tree, hf_smpp_opt_param,
tvb, *offset, length+4,
"Optional parameter: %#02x", tag);