aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcm.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-09 05:57:45 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-09 05:57:45 +0000
commit58b59b69930f7d89d1fec724f4de0832835175aa (patch)
tree7d776e5437a0dcea40526fb5aac10e0bade418a8 /epan/dissectors/packet-dcm.c
parent719cd88fa866d035550e9c177e9bdc8d9ce21a30 (diff)
Apply yet another set of the optimization patches:
janitor work, replace col_add_fstr/ col_set_fstr. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23411 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dcm.c')
-rw-r--r--epan/dissectors/packet-dcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcm.c b/epan/dissectors/packet-dcm.c
index e664b9b8b6..d0bd9c952b 100644
--- a/epan/dissectors/packet-dcm.c
+++ b/epan/dissectors/packet-dcm.c
@@ -1076,7 +1076,7 @@ dissect_dcm_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
break;
}
if (check_col(pinfo->cinfo, COL_INFO))
- col_set_str(pinfo->cinfo, COL_INFO, info_str);
+ col_add_str(pinfo->cinfo, COL_INFO, info_str);
/* In the interest of speed, if "tree" is NULL, don't do any work not
necessary to generate protocol tree items. */