aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-asap.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-asap.c')
-rw-r--r--epan/dissectors/packet-asap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-asap.c b/epan/dissectors/packet-asap.c
index 5b6fd070df..ef4a96cec0 100644
--- a/epan/dissectors/packet-asap.c
+++ b/epan/dissectors/packet-asap.c
@@ -839,7 +839,7 @@ dissect_asap(tvbuff_t *message_tvb, packet_info *pinfo, proto_tree *tree)
proto_tree *asap_tree;
/* pinfo is NULL only if dissect_asap is called from dissect_error cause */
- if (pinfo && (check_col(pinfo->cinfo, COL_PROTOCOL)))
+ if (pinfo)
col_set_str(pinfo->cinfo, COL_PROTOCOL, "ASAP");
/* In the interest of speed, if "tree" is NULL, don't do any work not