blob: fb1bfd9a424fa25660083d1ddb32e80e9c79fc5f [file] [log] [blame]
Lev Walkind83172f2006-09-09 04:49:45 +00001
2GENERAL INFORMATION
3===================
4
5The MEGACO (Media Gateway Control Protocol) PDU decoder.
6Invoking `make` will compile the ASN.1 specifications from the rfc3525.txt
7in the above directory.
8
9The ../../skeletons/converter-sample.c will supply the missing
10"int main()" routine which drives the decoding process.
11
12megacoDump USAGE
13==============
14
15 ./megacoDump MegacoMessage.ber # Print as XML (BASIC-XER)
16
17The full list of recognized command line options may be obtained with
18
19 > ./megacoDump -h
20