Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / asn1 / ain / AIN-Errors.asn
blobf1133c478137b0f723c0e1f6e5c31d49cc1eaf2f
1     AIN-Errors{ ainErrorsObjectIdentifier }
2     --This module contains the type definitions for the AIN errors.
3     DEFINITIONS ::=
5     BEGIN
7     IMPORTS
8      ERROR
9     FROM Remote-Operations-Information-Objects {
10     joint-iso-itu-t remote-operations(4)
11       informationObjects(5) version1(0)}
13     ApplicationErrorString,
14     ExtensionParameter,
15     FailureCause,
16     FailureCauseData
17     FROM AIN-Parameters{ ainParametersObjectIdentifier };
19     --ainErrorsObjectIdentifier OBJECT IDENTIFIER:: = ? - -not yet defined
20     -- TYPE DEFINITION FOR AIN ERRORS FOLLOWS
22     applicationError ERROR ::= {
23      PARAMETER
24       SEQUENCE{
25         applicationErrorString ApplicationErrorString,
26         extensionParameter ExtensionParameter OPTIONAL
27     }
28     CODE private: 1
31     failureReport ERROR ::= {
32     PARAMETER SEQUENCE{
33         failureCause FailureCause,
34         failureCauseData FailureCauseData OPTIONAL,
35         extensionParameter ExtensionParameter OPTIONAL
36     }
37     CODE private: 2
40 END