1 -- Required for support for h248v1
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 ::=
10 -- V1 version of AuditReply
11 AuditReplyV1 ::= SEQUENCE
13 terminationID [0] TerminationID,
14 auditResult [1] AuditResultV1
17 -- V1 Version of AuditResult
18 AuditResultV1 ::= CHOICE
20 contectAuditResult [0] TerminationID,
21 terminationAuditResult [1] TerminationAudit
25 EventParameterV1 ::= SEQUENCE
27 eventParamterName [0] EventParameterName,
28 value [1] EventParamValueV1
33 SigParameterV1 ::= SEQUENCE
35 sigParameterName [0] SigParameterName,
36 value [1] SigParamValueV1
41 -- ValueV1 ::= OCTET STRING
42 EventParamValueV1 ::= OCTET STRING
43 SigParamValueV1 ::= OCTET STRING