blob: 7d1e230b66bc3538a4361485ab8ed68b20cc01e3 [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 Walkin3f12bc02005-03-10 15:09:02 +000041. The ./sample.source.PKIX1 directory contains the X.509 Certificate decoder.
Lev Walkinc13c2ba2006-08-24 23:50:07 +00005
62. The ./sample.source.TAP3 directory contains the GSM TAP3 decoder.
7 Before trying to compile, read the README file in that directory.
8
Lev Walkinae72b042005-04-13 13:22:31 +000093. The ./sample.source.MHEG5 directory contains the decoder for
Lev Walkinc13c2ba2006-08-24 23:50:07 +000010 ISO 13522 MHEG-5/ITU-T T.172 (Multimedia Hypermedia Experts Group,
11 Multimedia Presentations). Read the README file in that directory.
12
Lev Walkind83172f2006-09-09 04:49:45 +0000133. The ./sample.source.MEGACO directory contains the decoder for
14 Media Gateway Control Protocol data units as specified in rfc3525.txt.
15
Lev Walkinc13c2ba2006-08-24 23:50:07 +000016The crfc2asn1.pl script can be used to extract ASN.1 data from RFC texts.
Lev Walkind83172f2006-09-09 04:49:45 +000017For instance, it is used to extract X.509 ASN.1 modules from PKIX1 RFC
18and MEGACO ASN.1 module from rfc3525.txt.
19
Lev Walkinc13c2ba2006-08-24 23:50:07 +000020To regenerate the .asn1 files from the original RFC texts, do `rm *.asn1; make`.
21
22The clyx2asn1.pl script can be used to extract ASN.1 data from LyX editor files.
23