aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/camel
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-01-07 11:10:50 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-01-07 11:10:50 +0000
commit44784a9fe4b7dff0a503dab7c51d7c1875cdc14a (patch)
tree36a908d443420d40eba6dab8de174aaefaa0eb33 /asn1/camel
parent4e973150eadefff0962d854e000e485c200158a4 (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 svn path=/trunk/; revision=16975
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,