aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-asf.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-10-15 20:11:25 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-10-15 20:11:25 +0000
commit840a048b7fc08b49ff020745c6de814eb9a3304c (patch)
tree7e7979c4445cbfb504b63cde46b184b1b6a2e2fb /epan/dissectors/packet-asf.c
parente922e453dde555dd2ac282a11986003016c77ac3 (diff)
Implement some of the minor possible speed improvment patches.
svn path=/trunk/; revision=23192
Diffstat (limited to 'epan/dissectors/packet-asf.c')
-rw-r--r--epan/dissectors/packet-asf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-asf.c b/epan/dissectors/packet-asf.c
index be0b8553c6..6887017d9a 100644
--- a/epan/dissectors/packet-asf.c
+++ b/epan/dissectors/packet-asf.c
@@ -91,7 +91,7 @@ dissect_asf(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
len = tvb_get_guint8(tvb, 7);
if (check_col(pinfo->cinfo, COL_INFO))
- col_add_fstr(pinfo->cinfo, COL_INFO, "%s",
+ col_add_str(pinfo->cinfo, COL_INFO, "%s",
val_to_str(type, asf_type_vals, "Unknown (0x%02x)"));
if (tree) {