aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h501
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-04-04 21:01:27 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-04-04 21:01:27 +0000
commit5312d37e93f470ca2fa241ad2242f1af8ae34587 (patch)
tree23eeafc8d5671bb153a458c673077209cbc23cd9 /asn1/h501
parent95bad136a0c16fb7b5b6482346334b324605d42f (diff)
Update ASN.1 conformance files with the changes from r48634
svn path=/trunk/; revision=48741
Diffstat (limited to 'asn1/h501')
-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