aboutsummaryrefslogtreecommitdiffstats
path: root/packet-iua.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-01-21 23:35:32 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-01-21 23:35:32 +0000
commitb9e3d0652395e6e29b73f4b7efc06dbd8e4d57a8 (patch)
tree040bcb20d313732b3a1e73b49454657517853ab6 /packet-iua.c
parente095ba0c616aee73d44730b3de4a35b2a78b5126 (diff)
Convert some "col_add_str()" calls to "col_set_str()".
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4592 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-iua.c')
-rw-r--r--packet-iua.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-iua.c b/packet-iua.c
index c725c87a38..a3bb930e64 100644
--- a/packet-iua.c
+++ b/packet-iua.c
@@ -8,7 +8,7 @@
*
* Copyright 2000, Michael Tüxen <Michael.Tuexen@icn.siemens.de>
*
- * $Id: packet-iua.c,v 1.11 2002/01/21 07:36:36 guy Exp $
+ * $Id: packet-iua.c,v 1.12 2002/01/21 23:35:32 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -845,7 +845,7 @@ dissect_iua(tvbuff_t *message_tvb, packet_info *pinfo, proto_tree *tree)
/* make entry in the Protocol column on summary display */
if (check_col(pinfo->cinfo, COL_PROTOCOL))
- col_add_str(pinfo->cinfo, COL_PROTOCOL, "IUA");
+ col_set_str(pinfo->cinfo, COL_PROTOCOL, "IUA");
/* In the interest of speed, if "tree" is NULL, don't do any work not
necessary to generate protocol tree items. */