From 101d2e55f96687fa221b24d1fcf266819e1d67a8 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Mon, 15 Oct 2007 20:44:03 +0000 Subject: Fix col_add_str args; (I think this is correct) svn path=/trunk/; revision=23194 --- epan/dissectors/packet-asf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-asf.c') diff --git a/epan/dissectors/packet-asf.c b/epan/dissectors/packet-asf.c index 6887017d9a..c8b8a888f8 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_str(pinfo->cinfo, COL_INFO, "%s", + col_add_str(pinfo->cinfo, COL_INFO, val_to_str(type, asf_type_vals, "Unknown (0x%02x)")); if (tree) { -- cgit v1.2.3