blob: 2ce340a1030fdb924d3ceb4d2b54d211206c29f9 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001
Lev Walkind83172f2006-09-09 04:49:45 +00002This directory contains a few examples.
Lev Walkin98210982004-09-26 13:08:42 +00003
Lev Walkin8c85f2a2006-09-09 11:26:09 +000041. The ./sample.source.PKIX1 directory contains the X.509 Certificate decoder,
5 as specified in rfc3280.txt.
Lev Walkinc13c2ba2006-08-24 23:50:07 +00006
72. The ./sample.source.TAP3 directory contains the GSM TAP3 decoder.
8 Before trying to compile, read the README file in that directory.
9
Lev Walkinae72b042005-04-13 13:22:31 +0000103. The ./sample.source.MHEG5 directory contains the decoder for
Lev Walkinc13c2ba2006-08-24 23:50:07 +000011 ISO 13522 MHEG-5/ITU-T T.172 (Multimedia Hypermedia Experts Group,
12 Multimedia Presentations). Read the README file in that directory.
13
Lev Walkind83172f2006-09-09 04:49:45 +0000143. The ./sample.source.MEGACO directory contains the decoder for
15 Media Gateway Control Protocol data units as specified in rfc3525.txt.
16
Lev Walkin8c85f2a2006-09-09 11:26:09 +0000174. The ./sample.source.LDAP3 directory contains the decoder for
18 Lightweight Directory Access Protocol version 3 PDU as specified in
19 rfc4211.txt.
Lev Walkind83172f2006-09-09 04:49:45 +000020
Lev Walkin8c85f2a2006-09-09 11:26:09 +000021The crfc2asn1.pl script can be used to extract ASN.1 data from RFC texts.
22For instance, it is used to extract X.509, MEGACO, and LDAPv3 ASN.1 modules
23from the corresponding RFC texts (rfc3280.txt, rfc3525.txt, rfc4211.txt).
24
25To regenerate the .asn1 files from the original RFC texts, execute
26`make clean; make` in the current directory.
Lev Walkinc13c2ba2006-08-24 23:50:07 +000027
28The clyx2asn1.pl script can be used to extract ASN.1 data from LyX editor files.
29