asn1c/examples/sample.source.MEGACO
Jon Ringle 3016fd59fe Rename Makefile.am.example => converter-example.mk
The generated Makefile.am.example is not really in the automake style.
Renaming it to converter-example.mk to reflect that it is a plain makefile
snippet and that it is for creating the converter-example
2017-11-17 20:54:02 -08:00
..
Makefile Rename Makefile.am.example => converter-example.mk 2017-11-17 20:54:02 -08:00
README MEGACO 2006-09-28 09:19:34 +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.

megaco-dump USAGE
=================

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

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

	> ./megaco-dump -h