Commit 61c391bd authored by Lev Walkin's avatar Lev Walkin

MEGACO

parent bbd6eb34
...@@ -284,7 +284,7 @@ libsomething_la_SOURCES=$(ASN_MODULE_SOURCES) $(ASN_MODULE_HEADERS) ...@@ -284,7 +284,7 @@ libsomething_la_SOURCES=$(ASN_MODULE_SOURCES) $(ASN_MODULE_HEADERS)
# This file may be used as an input for make(3) # This file may be used as an input for make(3)
# Remove the lines below to convert it into a pure .am file # Remove the lines below to convert it into a pure .am file
TARGET = megacoDump TARGET = megaco-dump
CFLAGS += -DHAVE_CONFIG_H -DJUNKTEST -DPDU=MegacoMessage -I. CFLAGS += -DHAVE_CONFIG_H -DJUNKTEST -DPDU=MegacoMessage -I.
OBJS=${ASN_MODULE_SOURCES:.c=.o} ${ASN_CONVERTER_SOURCES:.c=.o} OBJS=${ASN_MODULE_SOURCES:.c=.o} ${ASN_CONVERTER_SOURCES:.c=.o}
...@@ -318,7 +318,7 @@ regen-makefile: ...@@ -318,7 +318,7 @@ regen-makefile:
ASN1CMDOPTS="-fcompound-names" \ ASN1CMDOPTS="-fcompound-names" \
ASN1MODULES="../rfc3525-MEDIA-GATEWAY-CONTROL.asn1" \ ASN1MODULES="../rfc3525-MEDIA-GATEWAY-CONTROL.asn1" \
ASN1PDU=MegacoMessage \ ASN1PDU=MegacoMessage \
PROGNAME=megacoDump \ PROGNAME=megaco-dump \
../sample.makefile.regen ../sample.makefile.regen
check: ${TARGET} check-ber check-xer check-per check: ${TARGET} check-ber check-xer check-per
......
...@@ -6,12 +6,12 @@ The MEGACO (Media Gateway Control Protocol) PDU decoder. ...@@ -6,12 +6,12 @@ The MEGACO (Media Gateway Control Protocol) PDU decoder.
Invoking `make` will compile the ASN.1 specifications from the rfc3525.txt Invoking `make` will compile the ASN.1 specifications from the rfc3525.txt
in the above directory. in the above directory.
megacoDump USAGE megaco-dump USAGE
============== =================
./megacoDump MegacoMessage.ber # Print as XML (BASIC-XER) ./megaco-dump MegacoMessage.ber # Print as XML (BASIC-XER)
The full list of recognized command line options may be obtained with The full list of recognized command line options may be obtained with
> ./megacoDump -h > ./megaco-dump -h
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment