aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/h501/h501.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/h501/h501.cnf')
-rw-r--r--epan/dissectors/asn1/h501/h501.cnf26
1 files changed, 26 insertions, 0 deletions
diff --git a/epan/dissectors/asn1/h501/h501.cnf b/epan/dissectors/asn1/h501/h501.cnf
new file mode 100644
index 0000000000..0664c39596
--- /dev/null
+++ b/epan/dissectors/asn1/h501/h501.cnf
@@ -0,0 +1,26 @@
+# h501.cnf
+# H.501 conformation file
+# 2007 Tomas Kukosa
+
+#.INCLUDE ../h225/h225-exp.cnf
+#.INCLUDE ../h235/h235-exp.cnf
+
+#.OPT
+PER
+ALIGNED
+#.END
+
+#.PDU
+Message
+#.END
+
+#.FN_PARS MessageBody
+ VAL_PTR = &msg_type
+#.FN_HDR
+ gint32 msg_type = -1;
+ const gchar *p = NULL;
+#.FN_FTR
+ p = try_val_to_str(msg_type, VALS(h501_MessageBody_vals));
+ if (p )
+ col_set_str(actx->pinfo->cinfo, COL_INFO, p);
+#.END