aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ftam
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-09-06 18:08:45 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-09-06 18:08:45 +0000
commit4029a91b8baa109f854cfab6f3d9db9b8d05737c (patch)
treec02a674d9b98689cc3796f7084ca8a02e5d1d7c1 /asn1/ftam
parent75dc6f1a66f3c31ba0714babc2102aaf4a892bf0 (diff)
Ftam - Use some mofe FN_PAR:s
PRES Dissect PDU type based on SS-user data from SES(Info from asn1 file). svn path=/trunk/; revision=15703
Diffstat (limited to 'asn1/ftam')
-rw-r--r--asn1/ftam/ftam.cnf11
1 files changed, 5 insertions, 6 deletions
diff --git a/asn1/ftam/ftam.cnf b/asn1/ftam/ftam.cnf
index 558397c502..2092f2e3bc 100644
--- a/asn1/ftam/ftam.cnf
+++ b/asn1/ftam/ftam.cnf
@@ -58,10 +58,10 @@ Object-Size-Attribute/actual-values actual_values7
Object-Availability-Attribute/actual-values actual_values8
Legal-Qualification-Attribute/actual-values actual_values9
+#.FN_PARS Extension-Attribute/extension-attribute-identifier
+ VAL_PTR = object_identifier_id
+
-#.FN_BODY Extension-Attribute/extension-attribute-identifier
- offset = dissect_ber_object_identifier(FALSE, pinfo, tree, tvb, offset,
- hf_index, object_identifier_id);
#.FN_BODY Contents-Type-Attribute/document-type/parameter
offset=call_ber_oid_callback(object_identifier_id, tvb, offset, pinfo, tree);
@@ -69,9 +69,8 @@ Legal-Qualification-Attribute/actual-values actual_values9
#.FN_BODY Extension-Attribute/extension-attribute
offset=call_ber_oid_callback(object_identifier_id, tvb, offset, pinfo, tree);
-#.FN_BODY Attribute-Extensions-Pattern/extension-set-attribute-Patterns/extension-attribute-identifier
- offset = dissect_ber_object_identifier(FALSE, pinfo, tree, tvb, offset,
- hf_index, object_identifier_id);
+#.FN_PARS Attribute-Extensions-Pattern/extension-set-attribute-Patterns/extension-attribute-identifier
+ VAL_PTR = object_identifier_id
#.FN_BODY Attribute-Extensions-Pattern/_item/extension-set-attribute-Patterns/_item/extension-attribute-Pattern
offset=call_ber_oid_callback(object_identifier_id, tvb, offset, pinfo, tree);