aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tpkt.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-tpkt.c')
-rw-r--r--packet-tpkt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/packet-tpkt.c b/packet-tpkt.c
index fb71911573..6de5742021 100644
--- a/packet-tpkt.c
+++ b/packet-tpkt.c
@@ -98,7 +98,7 @@ dissect_tpkt( tvbuff_t *tvb, unsigned int* offset, packet_info *pinfo, proto_tre
( tvb_get_guint8( tvb, ( *offset ) + 1 ) == 0 ) ) ) return -1;
if ( check_col( pinfo->fd, COL_PROTOCOL ) ) {
- col_add_str( pinfo->fd, COL_PROTOCOL, "TPKT" );
+ col_set_str( pinfo->fd, COL_PROTOCOL, "TPKT" );
}
if ( check_col( pinfo->fd, COL_INFO) ) {