aboutsummaryrefslogtreecommitdiffstats
path: root/packet-skinny.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-21 23:35:32 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-21 23:35:32 +0000
commit961e0cdfa219f6bad77c105e21ca353cf7e776ec (patch)
tree040bcb20d313732b3a1e73b49454657517853ab6 /packet-skinny.c
parent9ff877d8fbab4b7e7174a1281a31cc65199edf5d (diff)
Convert some "col_add_str()" calls to "col_set_str()".
svn path=/trunk/; revision=4592
Diffstat (limited to 'packet-skinny.c')
-rw-r--r--packet-skinny.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-skinny.c b/packet-skinny.c
index dacfd6c67a..c6869e0fda 100644
--- a/packet-skinny.c
+++ b/packet-skinny.c
@@ -7,7 +7,7 @@
* This file is based on packet-aim.c, which is
* Copyright 2000, Ralf Hoelzer <ralf@well.com>
*
- * $Id: packet-skinny.c,v 1.8 2002/01/21 07:36:42 guy Exp $
+ * $Id: packet-skinny.c,v 1.9 2002/01/21 23:35:32 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -215,7 +215,7 @@ static void dissect_skinny(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
col_set_str(pinfo->cinfo, COL_PROTOCOL, "SKINNY");
if (check_col(pinfo->cinfo, COL_INFO))
- col_add_str(pinfo->cinfo, COL_INFO, "Skinny Client Control Protocol");
+ col_set_str(pinfo->cinfo, COL_INFO, "Skinny Client Control Protocol");
/* In the interest of speed, if "tree" is NULL, don't do any work not
* necessary to generate protocol tree items. */