aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smpp.c
diff options
context:
space:
mode:
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);