From 7140a5232c9cc60bbf2b9bc40abac02cfbfa2a53 Mon Sep 17 00:00:00 2001 From: etxrab Date: Thu, 8 Nov 2007 22:49:03 +0000 Subject: Apply yet another set of the optimization patches: -set_str2add_str_val_to_str git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23406 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-nettl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-nettl.c') diff --git a/epan/dissectors/packet-nettl.c b/epan/dissectors/packet-nettl.c index e7008545dc..9ab0b93bd0 100644 --- a/epan/dissectors/packet-nettl.c +++ b/epan/dissectors/packet-nettl.c @@ -206,7 +206,7 @@ dissect_nettl(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) pinfo->current_proto = "nettl"; if (check_col(pinfo->cinfo, COL_HPUX_SUBSYS)) - col_set_str(pinfo->cinfo, COL_HPUX_SUBSYS, + col_add_str(pinfo->cinfo, COL_HPUX_SUBSYS, val_to_str(pinfo->pseudo_header->nettl.subsys, subsystem, "Unknown")); if (check_col(pinfo->cinfo, COL_HPUX_DEVID)) { col_clear(pinfo->cinfo, COL_HPUX_DEVID); -- cgit v1.2.3