summaryrefslogtreecommitdiff
path: root/asn1/acse/acse.cnf
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-06-19 11:51:23 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-06-19 11:51:23 +0000
commitfddc09d93082c4087452bdae2dfc6b66a86b723a (patch)
tree5a3e9c063958dddfd338661b47b3a77c131f73c4 /asn1/acse/acse.cnf
parentf8a0c37acab5e4ed0f16f846386bdef28ce3a040 (diff)
downloadwireshark-fddc09d93082c4087452bdae2dfc6b66a86b723a.tar.gz
New autogenerated ACSE dissector.
There is a bug in ASN2ETH which means one can not do make copy_files instead one needs to change two bugs in the generated code manually. These two changes are in the comment at the top of the template/generated file svn path=/trunk/; revision=14698
Diffstat (limited to 'asn1/acse/acse.cnf')
-rw-r--r--asn1/acse/acse.cnf60
1 files changed, 60 insertions, 0 deletions
diff --git a/asn1/acse/acse.cnf b/asn1/acse/acse.cnf
new file mode 100644
index 0000000000..8ed7c9d569
--- /dev/null
+++ b/asn1/acse/acse.cnf
@@ -0,0 +1,60 @@
+#.MODULE_IMPORT
+InformationFramework x509if
+
+#.INCLUDE ../x509if/x509if-exp.cnf
+
+#.TYPE_RENAME
+AARQ-apdu/protocol-version T_AARQ_protocol_version
+AARE-apdu/protocol-version T_AARE_protocol_version
+
+#.FIELD_RENAME
+AARQ-apdu/user-information AARQ_user_information
+AARE-apdu/user-information AARE_user_information
+ABRT-apdu/user-information ABRT_user_information
+RLRE-apdu/user-information RLRE_user_information
+RLRQ-apdu/user-information RLRQ_user_information
+AARE-apdu/result AARE_result
+P-context-result-list/_item/result Pcontext_result
+RLRE-apdu/reason RLRE_reason
+RLRQ-apdu/reason RLRQ_reason
+AARQ-apdu/protocol-version AARQ_protocol_version
+AARE-apdu/protocol-version AARE_protocol_version
+AARQ-apdu/aSO-context-name AARQ_aSO_context_name
+AARE-apdu/aSO-context-name AARE_aSO_context_name
+ACRQ-apdu/aSO-context-name ACRQ_aSO_context_name
+
+#.FN_BODY Authentication-value-other/other-mechanism-name
+ offset = dissect_ber_object_identifier(FALSE, pinfo, tree, tvb, offset,
+ hf_index, object_identifier_id);
+
+#.FN_BODY Authentication-value-other/other-mechanism-value
+ offset=call_ber_oid_callback(object_identifier_id, tvb, offset, pinfo, top_tree);
+
+#.FN_BODY PDV-list/presentation-data-values/simple-ASN1-type
+/*XXX not implemented yet */
+
+#.FN_BODY AARQ-apdu/aSO-context-name
+ offset = dissect_ber_object_identifier(FALSE, pinfo, tree, tvb, offset,
+ hf_index, object_identifier_id);
+
+#.FN_BODY AARE-apdu/aSO-context-name
+ offset = dissect_ber_object_identifier(FALSE, pinfo, tree, tvb, offset,
+ hf_index, object_identifier_id);
+
+#.FN_BODY ACRQ-apdu/aSO-context-name
+ offset = dissect_ber_object_identifier(FALSE, pinfo, tree, tvb, offset,
+ hf_index, object_identifier_id);
+
+#.FN_BODY ACRP-apdu/aSO-context-name
+ offset = dissect_ber_object_identifier(FALSE, pinfo, tree, tvb, offset,
+ hf_index, object_identifier_id);
+
+#.FN_BODY EXTERNAL/indirect-reference
+ offset = dissect_ber_integer(FALSE, pinfo, tree, tvb, offset,
+ hf_acse_indirect_reference,
+ &indir_ref);
+
+#.FN_BODY EXTERNAL/encoding/single-ASN1-type
+ offset=call_ber_oid_callback(object_identifier_id, tvb, offset, pinfo, top_tree);
+
+#.END