aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-etherip.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-etherip.c')
-rw-r--r--epan/dissectors/packet-etherip.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-etherip.c b/epan/dissectors/packet-etherip.c
index 846039bacf..0a194a8721 100644
--- a/epan/dissectors/packet-etherip.c
+++ b/epan/dissectors/packet-etherip.c
@@ -67,8 +67,7 @@ dissect_etherip(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_tree *etherip_tree;
proto_item *ti;
- if (check_col(pinfo->cinfo, COL_PROTOCOL))
- col_set_str(pinfo->cinfo, COL_PROTOCOL, "ETHERIP");
+ col_set_str(pinfo->cinfo, COL_PROTOCOL, "ETHERIP");
/* Copy out the etherip header to insure alignment */
tvb_memcpy(tvb, (guint8 *)&etheriph, 0, sizeof(etheriph));