aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ethercat/packet-ioraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ethercat/packet-ioraw.c')
-rw-r--r--plugins/ethercat/packet-ioraw.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/ethercat/packet-ioraw.c b/plugins/ethercat/packet-ioraw.c
index 2b93188082..94f8bcb378 100644
--- a/plugins/ethercat/packet-ioraw.c
+++ b/plugins/ethercat/packet-ioraw.c
@@ -61,11 +61,8 @@ static void dissect_ioraw(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
col_set_str(pinfo->cinfo, COL_PROTOCOL, "IO-RAW");
- col_clear(pinfo->cinfo, COL_INFO);
-
-
IoRawSummaryFormater(szText, nMax);
- col_append_str(pinfo->cinfo, COL_INFO, szText);
+ col_add_str(pinfo->cinfo, COL_INFO, szText);
if (tree)
{