blob: e97683d6d1628b632fb26083b3fa39911ce78f57 [file] [log] [blame]
vlmfa67ddc2004-06-03 03:38:44 +00001
vlm2cc16202006-09-09 04:49:45 +00002This directory contains a few examples.
vlmb21cfd42004-09-26 13:08:42 +00003
vlm3ceb3262006-09-09 11:26:09 +000041. The ./sample.source.PKIX1 directory contains the X.509 Certificate decoder,
vlm8e3a79b2006-09-12 06:19:15 +00005 as specified in rfc3280.txt. Just type `make` in there to compile.
vlmaf558e42006-08-24 23:50:07 +00006
vlm6f0e0642006-09-17 03:27:57 +000072. The ./sample.source.MHEG5 directory contains the decoder for
vlmaf558e42006-08-24 23:50:07 +00008 ISO 13522 MHEG-5/ITU-T T.172 (Multimedia Hypermedia Experts Group,
9 Multimedia Presentations). Read the README file in that directory.
10
vlm2cc16202006-09-09 04:49:45 +0000113. The ./sample.source.MEGACO directory contains the decoder for
12 Media Gateway Control Protocol data units as specified in rfc3525.txt.
13
vlm3ceb3262006-09-09 11:26:09 +0000144. The ./sample.source.LDAP3 directory contains the decoder for
15 Lightweight Directory Access Protocol version 3 PDU as specified in
16 rfc4211.txt.
vlm2cc16202006-09-09 04:49:45 +000017
vlm4362b1d2007-06-29 12:46:06 +0000186. The ./sample.source.RRC directory contains the 3GPP Radio Resource Control
19 decoder. Just type `make` in there to compile.
20
vlm6f0e0642006-09-17 03:27:57 +0000215. The ./sample.source.TAP3 directory contains the GSM TAP3 decoder.
22 Before trying to compile, read the README file in that directory.
23
vlm4362b1d2007-06-29 12:46:06 +0000246. The ./sample.source.ULP directory contains the Open Mobile Alliance
25 UserPlane Location Protocol decoder. Before trying to compile, read the
26 README file in that directory.
vlm6f0e0642006-09-17 03:27:57 +000027
28The clyx2asn1.pl script can be used to extract ASN.1 data from LyX editor files.
29
vlm3ceb3262006-09-09 11:26:09 +000030The crfc2asn1.pl script can be used to extract ASN.1 data from RFC texts.
31For instance, it is used to extract X.509, MEGACO, and LDAPv3 ASN.1 modules
32from the corresponding RFC texts (rfc3280.txt, rfc3525.txt, rfc4211.txt).
33
34To regenerate the .asn1 files from the original RFC texts, execute
35`make clean; make` in the current directory.
vlmaf558e42006-08-24 23:50:07 +000036