aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/camel
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-01-09 21:12:22 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-01-09 21:12:22 +0000
commit69325434d1ea721542016f1903b00f7b5518f692 (patch)
tree150863eb7feceebb92cb80be34a2c6d5782c4755 /asn1/camel
parent9db8dc001ef059090e970c3190156c399f79eec6 (diff)
Use col_set_fence(), not to owerwrite colinfo if more than one Camel pdu is in one TCAP message.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16980 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/camel')
-rw-r--r--asn1/camel/packet-camel-template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/camel/packet-camel-template.c b/asn1/camel/packet-camel-template.c
index c23f6aebeb..d3b0e61df8 100644
--- a/asn1/camel/packet-camel-template.c
+++ b/asn1/camel/packet-camel-template.c
@@ -246,6 +246,7 @@ dissect_camel_Opcode(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, packe
/* Add Camel Opcode to INFO column */
col_append_fstr(pinfo->cinfo, COL_INFO, val_to_str(opcode, camel_opr_code_strings, "Unknown Camel (%u)"));
col_append_fstr(pinfo->cinfo, COL_INFO, " ");
+ col_set_fence(pinfo->cinfo, COL_INFO);
}
return offset;
}