aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/dap
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-06-05 12:00:57 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-06-05 12:00:57 +0000
commit31e45c7a2130ada609c53cef7fb6e630bfb0ae45 (patch)
treea1f6be33237edf23b9b6bdb87a1014d78b96736f /asn1/dap
parent368528502eff6bb908da692f67b025ca95e05d26 (diff)
not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 types
it makes interconnection between .cnf file and ASN.1 source more readable (changes for #.FN_BODY will follow) svn path=/trunk/; revision=22043
Diffstat (limited to 'asn1/dap')
-rw-r--r--asn1/dap/dap.cnf8
1 files changed, 4 insertions, 4 deletions
diff --git a/asn1/dap/dap.cnf b/asn1/dap/dap.cnf
index 65b2f3418e..0fdc31663b 100644
--- a/asn1/dap/dap.cnf
+++ b/asn1/dap/dap.cnf
@@ -236,10 +236,10 @@ TokenData/time utctime
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %%s", val_to_str(problem, dap_LimitProblem_vals, "LimitProblem(%%d)"));
}
-#.FN_PARS T_subset
- VAL_PTR = &subset
+#.END
-#.FN_BODY T_subset
+
+#.FN_BODY SearchArgumentData/subset VAL_PTR=&subset
guint32 subset;
%(DEFAULT_BODY)s
@@ -259,7 +259,7 @@ TokenData/time utctime
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %%s", (dn && *dn) ? dn : "(root)");
}
-#.FN_BODY T_subordinates_item
+#.FN_BODY ListResultData/listInfo/subordinates/_item
proto_item *sub_item;
%(DEFAULT_BODY)s