aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s5066.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-s5066.c')
-rw-r--r--epan/dissectors/packet-s5066.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/dissectors/packet-s5066.c b/epan/dissectors/packet-s5066.c
index a70f89469d..fc165cf693 100644
--- a/epan/dissectors/packet-s5066.c
+++ b/epan/dissectors/packet-s5066.c
@@ -1299,9 +1299,7 @@ dissect_s5066_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
col_set_str(pinfo->cinfo, COL_PROTOCOL, "S5066");
/* Clear out stuff in the info column, the add PDU type */
- if (check_col(pinfo->cinfo, COL_INFO)) {
- col_add_fstr(pinfo->cinfo, COL_INFO, "PDU type %s", val_to_str(pdu_type, s5066_pdu_type, "Unknown (0x%02x)"));
- }
+ col_add_fstr(pinfo->cinfo, COL_INFO, "PDU type %s", val_to_str(pdu_type, s5066_pdu_type, "Unknown (0x%02x)"));
if (tree) { /* We are being asked for details */
proto_tree *s5066_tree = NULL;