aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dhcpv6.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-11-08 22:49:03 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-11-08 22:49:03 +0000
commit9d316093f6470604cca24cefd26771a9a6876353 (patch)
tree765d81d2d8a0019a83ab420c2cc3f8d453dadcfb /epan/dissectors/packet-dhcpv6.c
parent90753a169e2dd869298bd39012eadaa214f203a0 (diff)
Apply yet another set of the optimization patches:
-set_str2add_str_val_to_str svn path=/trunk/; revision=23406
Diffstat (limited to 'epan/dissectors/packet-dhcpv6.c')
-rw-r--r--epan/dissectors/packet-dhcpv6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dhcpv6.c b/epan/dissectors/packet-dhcpv6.c
index f8b23c7ffb..27f97335e9 100644
--- a/epan/dissectors/packet-dhcpv6.c
+++ b/epan/dissectors/packet-dhcpv6.c
@@ -884,7 +884,7 @@ dissect_dhcpv6(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
if (!off) {
if (check_col(pinfo->cinfo, COL_INFO)) {
- col_set_str(pinfo->cinfo, COL_INFO,
+ col_add_str(pinfo->cinfo, COL_INFO,
val_to_str(msgtype,
msgtype_vals,
"Message Type %u"));
@@ -911,7 +911,7 @@ dissect_dhcpv6(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
if (!off) {
if (check_col(pinfo->cinfo, COL_INFO)) {
- col_set_str(pinfo->cinfo, COL_INFO,
+ col_add_str(pinfo->cinfo, COL_INFO,
val_to_str(msgtype,
msgtype_vals,
"Message Type %u"));