aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-csn1.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-02-28 14:17:52 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-02-28 14:17:52 +0000
commit06c704649486a20579b08c328c522a2c4fdd8c2f (patch)
tree869b7228407d37ffd4224c11c97cd8670cb03b75 /epan/dissectors/packet-csn1.c
parent4dc4d264b053fc3bf417b3b1d453ba7ce0576a7e (diff)
- RE apply checkapi patch.
- Mark unused parameters (From Pascal Quantin). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36093 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-csn1.c')
-rw-r--r--epan/dissectors/packet-csn1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-csn1.c b/epan/dissectors/packet-csn1.c
index 836c00a6a9..50667abbea 100644
--- a/epan/dissectors/packet-csn1.c
+++ b/epan/dissectors/packet-csn1.c
@@ -112,7 +112,7 @@ gint16 ProcessError(proto_tree *tree, tvbuff_t *tvb, gint bit_offset, unsigned c
}
else
{
- ti = proto_tree_add_text(tree, tvb, bit_offset>>3, 1, "ERROR (%s)", sz, pDescr?pDescr->sz:"-");
+ ti = proto_tree_add_text(tree, tvb, bit_offset>>3, 1, "ERROR %s (%s)", sz, pDescr?pDescr->sz:"-");
}
}