From 54be3eaaec057c44a4b42e4cf538cd07ee247bce Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Thu, 8 May 2014 12:38:34 +0200 Subject: TCAP: set a fence on info column after calling sub dissector Bug: 10091 Change-Id: I7af57345e31209fb4dd02cdab7960c44c69dc0a5 Reviewed-on: https://code.wireshark.org/review/1555 Reviewed-by: Anders Broman --- asn1/tcap/packet-tcap-template.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'asn1/tcap') diff --git a/asn1/tcap/packet-tcap-template.c b/asn1/tcap/packet-tcap-template.c index a1ff2dc5ab..b1ffeb3557 100644 --- a/asn1/tcap/packet-tcap-template.c +++ b/asn1/tcap/packet-tcap-template.c @@ -2458,8 +2458,10 @@ dissect_tcap_ITU_ComponentPDU(gboolean implicit_tag _U_, tvbuff_t *tvb, int offs } /* Call the sub dissector if present, and not already called */ - if (is_subdissector) + if (is_subdissector) { call_dissector_with_data(subdissector_handle, tvb, actx->pinfo, tree, actx->value_ptr); + col_set_fence(actx->pinfo->cinfo, COL_INFO); + } return offset; } -- cgit v1.2.3