blob: 49821c3dd94383cd59a3320656c7a3f4b1050dda [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 Walkind748bff2017-08-07 17:47:50 -070041. The ./sample.source.PKIX1 directory contains the X.509 Certificate decoder,
5 as specified in rfc3280.txt. Just type `make` in there to compile.
Lev Walkinc13c2ba2006-08-24 23:50:07 +00006
Lev Walkind748bff2017-08-07 17:47:50 -070072. The ./sample.source.MHEG5 directory contains the decoder for
8 ISO 13522 MHEG-5/ITU-T T.172 (Multimedia Hypermedia Experts Group,
9 Multimedia Presentations). Read the README file in that directory.
Lev Walkinc13c2ba2006-08-24 23:50:07 +000010
Lev Walkind748bff2017-08-07 17:47:50 -0700113. The ./sample.source.MEGACO directory contains the decoder for
12 Media Gateway Control Protocol data units as specified in rfc3525.txt.
Lev Walkind83172f2006-09-09 04:49:45 +000013
Lev Walkind748bff2017-08-07 17:47:50 -0700144. The ./sample.source.LDAP3 directory contains the decoder for
15 Lightweight Directory Access Protocol version 3 PDU as specified in
16 rfc4211.txt.
Lev Walkind83172f2006-09-09 04:49:45 +000017
Lev Walkind748bff2017-08-07 17:47:50 -0700185. The ./sample.source.RRC directory contains the 3GPP Radio Resource Control
19 decoder for RRC version 7.1.0. Just type `make` in there to compile.
Lev Walkin5aef2c52007-06-29 12:46:06 +000020
Lev Walkind748bff2017-08-07 17:47:50 -0700216. The ./sample.source.LTE-RRC directory contains the 3GPP RRC
22 decoder for LTE RRC version 14.2.1. Read the README file in that directory.
Lev Walkin052f3b92017-05-05 03:33:10 -070023
Lev Walkind748bff2017-08-07 17:47:50 -0700247. The ./sample.source.TAP3 directory contains the GSM TAP3 decoder.
25 Before trying to compile, read the README file in that directory.
Lev Walkin48f33652006-09-17 03:27:57 +000026
Lev Walkind748bff2017-08-07 17:47:50 -0700278. The ./sample.source.ULP directory contains the Open Mobile Alliance
28 UserPlane Location Protocol decoder.
29 Before trying to compile, read the README file in that directory.
Lev Walkine29e6122017-08-04 02:46:28 -070030
Lev Walkind748bff2017-08-07 17:47:50 -0700319. The ./sample.source.J2735 directory contains the SAE J2735-201603 decoder.
32 Before trying to compile, read the README file in that directory.
33 WARNING WARNING WARNING: WORK IN PROGRESS. Not supposed to work yet.
34
3510. The ./sample.source.1609.2 directory contains the IEEE 1609.2-2016 decoder.
36 Before trying to compile, read the README file in that directory.
37 WARNING WARNING WARNING: WORK IN PROGRESS. Not supposed to work yet.
Lev Walkin48f33652006-09-17 03:27:57 +000038
Lev Walkin8c85f2a2006-09-09 11:26:09 +000039The crfc2asn1.pl script can be used to extract ASN.1 data from RFC texts.
40For instance, it is used to extract X.509, MEGACO, and LDAPv3 ASN.1 modules
41from the corresponding RFC texts (rfc3280.txt, rfc3525.txt, rfc4211.txt).
42
43To regenerate the .asn1 files from the original RFC texts, execute
44`make clean; make` in the current directory.
Lev Walkinc13c2ba2006-08-24 23:50:07 +000045