1ASN1PARSER(1) User Commands ASN1PARSER(1)
2
3
4
6 asn1Parser - ASN.1 syntax tree generator for libtasn1
7
9 asn1Parser [OPTION] FILE
10
12 Read FILE with ASN.1 definitions and generate a C array that is used
13 with libtasn1 functions.
14
15 Mandatory arguments to long options are mandatory for short options
16 too.
17
18 -c, --check
19 checks the syntax only
20
21 -o, --output=FILE
22 output file
23
24 -n, --name=NAME
25 array name
26
27 -h, --help
28 display this help and exit
29
30 -v, --version
31 output version information and exit
32
34 Written by Fabio Fiorina
35
37 Report bugs to help-libtasn1@gnu.org
38
40 Copyright © 2017-2019 Free Software Foundation, Inc.
41
43 The full documentation for asn1Parser is maintained as a Texinfo man‐
44 ual. If the info and asn1Parser programs are properly installed at
45 your site, the command
46
47 info libtasn1
48
49 should give you access to the complete manual.
50
51
52
53asn1Parser libtasn1 4.16.0 February 2020 ASN1PARSER(1)