blob: bd67f7b4923a680c097a1478b871b53cb0164be8 [file] [log] [blame]
vlmfa67ddc2004-06-03 03:38:44 +00001
vlm06cf0502006-03-18 07:17:00 +00002This directory contains several converters from a few known text formats into
vlm399506e2004-09-07 06:31:59 +00003the ASN.1 modules, as well as examples of these formats and the sample
vlm06cf0502006-03-18 07:17:00 +00004converter's output (generated by `make`).
vlmfa67ddc2004-06-03 03:38:44 +00005
vlmb21cfd42004-09-26 13:08:42 +00006To regenerate the .asn1 files from the original RFC texts, do `rm *.asn1; make`.
vlm399506e2004-09-07 06:31:59 +00007
8To compile the files using asn1c, try
9
10 ../asn1c/asn1c -P rfc3280-*.asn1
vlmb21cfd42004-09-26 13:08:42 +000011
vlmb7353712005-03-10 15:09:02 +0000121. The ./sample.source.PKIX1 directory contains the X.509 Certificate decoder.
132. The ./sample.source.TAP3 directory contains the GSM TAP3 decoder. Please
14 read the README file in that directory first.
vlmdf9d0be2005-04-13 13:22:31 +0000153. The ./sample.source.MHEG5 directory contains the decoder for
16ISO 13522 MHEG-5/ITU-T T.172 (Multimedia Hypermedia Experts Group,
17Multimedia Presentations).