aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/camel
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-01-07 11:10:50 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-01-07 11:10:50 +0000
commitd2398405597bfb5a297a1db36bc29592bdccc800 (patch)
tree36a908d443420d40eba6dab8de174aaefaa0eb33 /asn1/camel
parent0e6acd85a2961865e79fde3446c860f63baa76dc (diff)
From Olivier Jacques,
Here is a patch that: - Replaces the arrow labels by the beginning of the COLINFO column if available (usually containing message names/types). - Change the comment area to be "protocol: colinfo_content" From Anders Added ID tag Camel Use col_set_str to remove TCAP info in col_info git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16975 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/camel')
-rw-r--r--asn1/camel/packet-camel-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/camel/packet-camel-template.c b/asn1/camel/packet-camel-template.c
index bee146aef3..c23f6aebeb 100644
--- a/asn1/camel/packet-camel-template.c
+++ b/asn1/camel/packet-camel-template.c
@@ -567,7 +567,7 @@ dissect_camel_camelPDU(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, pac
if (check_col(pinfo->cinfo, COL_INFO)){
/* Populate the info column with PDU type*/
- col_append_fstr(pinfo->cinfo, COL_INFO, val_to_str(camel_pdu_type, camelPDU_vals, "Unknown Camel (%u)"));
+ col_set_str(pinfo->cinfo, COL_INFO, val_to_str(camel_pdu_type, camelPDU_vals, "Unknown Camel (%u)"));
}
offset = dissect_ber_choice(pinfo, tree, tvb, offset,