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 GNU Libtasn1 home page: <https://www.gnu.org/software/libtasn1/>
39 General help using GNU software: <https://www.gnu.org/gethelp/>
40
42 Copyright © 2022 Free Software Foundation, Inc. License GPLv3+: GNU
43 GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
44 This is free software: you are free to change and redistribute it.
45 There is NO WARRANTY, to the extent permitted by law.
46
48 The full documentation for asn1Parser is maintained as a Texinfo man‐
49 ual. If the info and asn1Parser programs are properly installed at
50 your site, the command
51
52 info libtasn1
53
54 should give you access to the complete manual.
55
56
57
58libtasn1 4.18.0.33-b8a32 August 2022 ASN1PARSER(1)