1include::../docbook/attributes.adoc[]
2= asn2deb(1)
3:doctype: manpage
4:stylesheet: ws.css
5:linkcss:
6:copycss: ../docbook/{stylesheet}
7
8== NAME
9
10asn2deb - Create a Debian package for BER monitoring from ASN.1
11
12== SYNOPSIS
13
14[manarg]
15*asn2deb*
16[ *-a* <ASN.1 file> ]
17[ *--asn*=<ASN.1 file> ]
18[ *-d* <opts> ]
19[ *--dbopts*=<opts> ]
20[ *-e* <address> ]
21[ *--email*=<address> ]
22[ *-h* ]
23[ *--help* ]
24[ *-n* <name> ]
25[ *--name*=<name> ]
26[ *-p* ]
27[ *--preserve* ]
28[ *-v* ]
29[ *--version* ]
30
31== DESCRIPTION
32
33This manual page documents briefly the *asn2deb* command. *asn2deb*
34takes an ASN.1 file as input and creates a Debian package from it. The package
35contains a loadable type table file for the Wireshark network analyser.
36The type table is generated by the ASN.1 compiler *snacc*.
37
38== OPTIONS
39
40-a <ASN.1 file> --asn=<ASN.1 file>::
41+
42--
43ASN.1 file to use (mandatory).
44--
45
46-d <opts> --dbopts=<opts>::
47+
48--
49options for dpkg-buildpackage.
50--
51
52-e <address> --email=<address>::
53+
54--
55use e-mail address.
56--
57
58-h --help::
59+
60--
61print help and exit.
62--
63
64-n <name> --name=<name>::
65+
66--
67use user name.
68--
69
70-p --preserve::
71+
72--
73do not overwrite files.
74--
75
76-v --version::
77+
78--
79print version and exit.
80--
81
82== EXAMPLES
83
84/usr/bin/asn2deb -e me@foo.net -a bar.asn1 \-n "My Name" -d "-rfakeroot -uc -us"-d "-rfakeroot -uc -us"
85
86== SEE ALSO
87
88A lot of tools are used, which you have to *apt-get install*: wireshark-dev, python, cdbs, autotools-dev, debhelper, dpkg-dev,
89snacc.
90
91== COPYING
92
93This manual page was written by W. Borgert debacle@debian.org
94for Debian GNU/Linux (but may be used by others). Permission is granted
95to copy, distribute and/or modify this document under the terms of the
96GNU General Public License, Version 2 or any later version published by
97the Free Software Foundation.
98
99== AUTHOR
100
101*W. Borgert* Author.
102
103== COPYRIGHT
104
105Copyright (C) 2003, 2005 W. Borger
106