2 .\" Man page for asnparser
3 .\" Santiago Garcia Mantinan (manty) 18 Jul 2001
5 .TH asnparser 1 "18 Jul 2001"
8 asnparser \- ASN.1 to C/C++ converter
11 [\fIoptions\fR]... \fIasnfile\fR
15 is a command line application that helps to convert ASN.1 description files
16 to C/C++ applications.
20 All of the command line options to
22 can be specified in long form, and the most commonly used options also have
23 single character equivalents.
26 \fB\-c\fR, \fB\-\-c++\fR
30 \fB\-d\fR, \fB\-\-debug\fR
31 Output a copious debug info on stderr.
34 \fB\-e\fR, \fB\-\-echo\fR
35 Echo input file on stdout.
38 \fB\-i\fR, \fB\-\-inlines\fR
42 \fB\-m\fR, \fB\-\-module\fR \fIname\fR
43 Sets the module name prefix/namespace to \fIname\fR.
46 \fB\-n\fR, \fB\-\-namespace\fR
50 \fB\-o\fR, \fB\-\-output\fR \fIfile\fR
51 Sets the output filename or directory to \fIname\fR.
54 \fB\-r\fR, \fB\-\-rename\fR \fIfrom=to\fR
55 Rename import module from \fIfrom\fR to \fIto\fR.
58 \fB\-s\fR[n], \fB\-\-split\fR[n]
59 Split output into n files (n defaults to 2).
62 \fB\-v\fR, \fB\-\-verbose\fR
63 Verbose output, using this option multiple times will give even more verbose
67 \fB\-V\fR, \fB\-\-version\fR
68 Display program version and exit.
74 asnparser -m H225 -r MULTIMEDIA-SYSTEM-CONTROL=H245 -c h225.asn
77 asnparser -s3 -m H245 -c h245.asn