asn1c/examples/sample.source.MEGACO
Lev Walkin c744a02926 XER can decode long values 2006-09-15 18:33:25 +00:00
..
Makefile XER can decode long values 2006-09-15 18:33:25 +00:00
README MEGACO (Media Gateway Control) protocol decoder 2006-09-09 04:49:45 +00:00
config.h MEGACO (Media Gateway Control) protocol decoder 2006-09-09 04:49:45 +00:00

README

GENERAL INFORMATION
===================

The MEGACO (Media Gateway Control Protocol) PDU decoder.
Invoking `make` will compile the ASN.1 specifications from the rfc3525.txt
in the above directory.

The ../../skeletons/converter-sample.c will supply the missing
"int main()" routine which drives the decoding process.

megacoDump USAGE
==============

	./megacoDump MegacoMessage.ber	# Print as XML (BASIC-XER)

The full list of recognized command line options may be obtained with

	> ./megacoDump -h