summaryrefslogtreecommitdiff
path: root/asn1/qsig/qsig.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/qsig/qsig.cnf')
-rw-r--r--asn1/qsig/qsig.cnf10
1 files changed, 10 insertions, 0 deletions
diff --git a/asn1/qsig/qsig.cnf b/asn1/qsig/qsig.cnf
index 30aac8ba53..f76e64429c 100644
--- a/asn1/qsig/qsig.cnf
+++ b/asn1/qsig/qsig.cnf
@@ -164,6 +164,16 @@ NameData TYPE = FT_STRING DISPLAY = BASE_NONE
#.END
+#.FN_BODY PSS1InformationElement/_untag VAL_PTR = &out_tvb
+ tvbuff_t *out_tvb = NULL;
+ proto_tree *data_tree;
+
+%(DEFAULT_BODY)s
+ data_tree = proto_item_add_subtree(%(ACTX)s->created_item, ett_cnq_PSS1InformationElement);
+ if (out_tvb && (tvb_length(out_tvb) > 0) && q931_ie_handle)
+ call_dissector(q931_ie_handle, out_tvb, %(ACTX)s->pinfo, data_tree);
+#.END
+
#.TABLE10_BODY OPERATION
{ %(&operationCode)3s, "%(_name)s" },
#.END