Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / epan / dissectors / asn1 / t38 / T38_1998.asn
blobdeaa3d84d502b6bebf6f6a4f7403990f835b4229
1 -- T38(1998).asn
2 --
3 -- Taken from ITU ASN.1 database
4 -- http://www.itu.int/ITU-T/asn1/database/itu-t/t/t38/2005/T38(1998).asn
5 --
6 -- it is not used for dissector generation
7 -- it is here only for information to see difference of the "Pre-Corrigendum" version
8 --
10 -- Module T38(1998) (T.38:09/2005)
11 T38 DEFINITIONS AUTOMATIC TAGS ::=
12 BEGIN
14 IFPPacket ::= SEQUENCE {
15   type-of-msg  Type-of-msg,
16   data-field   Data-Field OPTIONAL
19 Type-of-msg ::= CHOICE {
20   t30-indicator
21     ENUMERATED {no-signal, cng, ced, v21-preamble, v27-2400-training,
22                 v27-4800-training, v29-7200-training, v29-9600-training,
23                 v17-7200-short-training, v17-7200-long-training,
24                 v17-9600-short-training, v17-9600-long-training,
25                 v17-12000-short-training, v17-12000-long-training,
26                 v17-14400-short-training, v17-14400-long-training, ...
27                 },
28   data
29     ENUMERATED {v21, v27-2400, v27-4800, v29-7200, v29-9600, v17-7200,
30                 v17-9600, v17-12000, v17-14400, ...
31                 }
34 Data-Field ::=
35   SEQUENCE OF
36     SEQUENCE {field-type
37                 ENUMERATED {hdlc-data, hdlc-sig-end, hdlc-fcs-OK, hdlc-fcs-BAD,
38                             hdlc-fcs-OK-sig-end, hdlc-fcs-BAD-sig-end,
39                             t4-non-ecm-data, t4-non-ecm-sig-end},
40               field-data  OCTET STRING(SIZE (1..65535)) OPTIONAL}
42 UDPTLPacket ::= SEQUENCE {
43   seq-number          INTEGER(0..65535),
44   primary-ifp-packet  TYPE-IDENTIFIER.&Type(IFPPacket),
45   error-recovery
46     CHOICE {secondary-ifp-packets  SEQUENCE OF TYPE-IDENTIFIER.&Type(IFPPacket),
47             fec-info
48               SEQUENCE {fec-npackets  INTEGER,
49                         fec-data      SEQUENCE OF OCTET STRING}}
52 END
54 -- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D