Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / asn1 / h248 / h248v1support.asn
blob093b3549e0d49ca17ce9f9fb29a7e4e02d801c7e
1 -- Required for support for h248v1
2 --
3 -- This file represents the differences between h248v1 and the h248v3, the current version
4 -- This file is included in the Makefile generate_dissectors and related tasks necessary
5 -- to generate epan/dissectors/packet-h248.[ch]
7 H238V1-SUPPORT DEFINITIONS IMPLICIT TAGS ::=
8 BEGIN
9         
10         --      V1 version of AuditReply
11         AuditReplyV1 ::= SEQUENCE
12         {
13                 terminationID           [0] TerminationID,
14                 auditResult                     [1] AuditResultV1
15         }
16         
17         --      V1 Version of AuditResult
18         AuditResultV1 ::= CHOICE
19         {
20                 contectAuditResult              [0] TerminationID,
21                 terminationAuditResult  [1] TerminationAudit
22         }
23                 
24         -- V1
25         EventParameterV1 ::= SEQUENCE
26         {
27                 eventParamterName               [0] EventParameterName,
28                 value                                   [1] EventParamValueV1
29         }
30                 
31         -- V1
33         SigParameterV1 ::= SEQUENCE
34         {
35                 sigParameterName        [0] SigParameterName,
36                 value                           [1] SigParamValueV1
37 --              value                           [1] ValueV1
38                 
39         }
40         
41 --      ValueV1 ::= OCTET STRING
42         EventParamValueV1 ::= OCTET STRING
43         SigParamValueV1 ::= OCTET STRING
45 END