aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sdp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-08-11 21:52:35 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-08-11 21:52:35 +0000
commitb1568cb247d0e93e56403159bbe254b6ec9de183 (patch)
tree95ef5902545d62c403c575d015a51a357e87a3a0 /epan/dissectors/packet-sdp.c
parentccf8787370089329c7d8cda12401c10ee5adf9f9 (diff)
Update the comment.
svn path=/trunk/; revision=33777
Diffstat (limited to 'epan/dissectors/packet-sdp.c')
-rw-r--r--epan/dissectors/packet-sdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sdp.c b/epan/dissectors/packet-sdp.c
index 448cf1fbd1..2ace763484 100644
--- a/epan/dissectors/packet-sdp.c
+++ b/epan/dissectors/packet-sdp.c
@@ -1375,7 +1375,7 @@ decode_sdp_fmtp(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, gint offset
format_specific_parameter = tvb_get_ephemeral_string(tvb, offset, tokenlen);
data_tvb = ascii_bytes_to_tvb(tvb, pinfo, tokenlen, format_specific_parameter);
if(!data_tvb){
- item = proto_tree_add_text(tree, tvb, offset, tokenlen, "Could not convert '%s' to bytes",format_specific_parameter);
+ item = proto_tree_add_text(tree, tvb, offset, tokenlen, "Could not convert '%s' to 3 bytes",format_specific_parameter);
return;
}
length = tvb_length(data_tvb);