summaryrefslogtreecommitdiff
path: root/epan/dissectors/asn1/h245/h245.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/h245/h245.cnf')
-rw-r--r--epan/dissectors/asn1/h245/h245.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/asn1/h245/h245.cnf b/epan/dissectors/asn1/h245/h245.cnf
index 714158055e..2fd5aef742 100644
--- a/epan/dissectors/asn1/h245/h245.cnf
+++ b/epan/dissectors/asn1/h245/h245.cnf
@@ -599,7 +599,7 @@ if (h245_pi != NULL)
}
if (hf_index == hf_h245_subMessageIdentifier_standard)
{
- col_append_fstr(actx->pinfo->cinfo, COL_INFO, "%%s", val_to_str(subMessageIdentifier, h245_h239subMessageIdentifier_vals, "<unknown>") );
+ col_append_str(actx->pinfo->cinfo, COL_INFO, val_to_str(subMessageIdentifier, h245_h239subMessageIdentifier_vals, "<unknown>") );
g_snprintf(h245_pi->frame_label, 50, "%%s", val_to_str(subMessageIdentifier, h245_h239subMessageIdentifier_vals, "<unknown>"));
}
#.END