aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h501/h501.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/h501/h501.cnf')
-rw-r--r--asn1/h501/h501.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/h501/h501.cnf b/asn1/h501/h501.cnf
index 284dae4e15..fbaaa8f1c2 100644
--- a/asn1/h501/h501.cnf
+++ b/asn1/h501/h501.cnf
@@ -22,7 +22,7 @@ Message
gint32 msg_type = -1;
const gchar *p = NULL;
#.FN_FTR
- p = match_strval(msg_type, VALS(h501_MessageBody_vals));
+ p = try_val_to_str(msg_type, VALS(h501_MessageBody_vals));
if (p )
col_set_str(actx->pinfo->cinfo, COL_INFO, p);
#.END