1 include::../attributes.adoc[]
6 :copycss: {css_dir}/{stylesheet}
10 asn2deb - Create a Debian package for BER monitoring from ASN.1
17 [ *--asn*=<ASN.1 file> ]
21 [ *--email*=<address> ]
33 This manual page documents briefly the *asn2deb* command. *asn2deb*
34 takes an ASN.1 file as input and creates a Debian package from it. The package
35 contains a loadable type table file for the Wireshark network analyzer.
36 The type table is generated by the ASN.1 compiler *esnacc*.
40 -a <ASN.1 file> --asn=<ASN.1 file>::
41 ASN.1 file to use (mandatory).
43 -d <opts> --dbopts=<opts>::
44 options for dpkg-buildpackage.
46 -e <address> --email=<address>::
52 -n <name> --name=<name>::
56 do not overwrite files.
59 print version and exit.
63 /usr/bin/asn2deb -e me@foo.net -a bar.asn1 \-n "My Name" -d "-rfakeroot -uc -us"-d "-rfakeroot -uc -us"
67 A lot of tools are used, which you have to *apt-get install*: wireshark-dev, python, cdbs, autotools-dev, debhelper, dpkg-dev,
72 This manual page was written by W. Borgert debacle@debian.org
73 for Debian GNU/Linux (but may be used by others). Permission is granted
74 to copy, distribute and/or modify this document under the terms of the
75 GNU General Public License, Version 2 or any later version published by
76 the Free Software Foundation.
84 Copyright (C) 2003, 2005 W. Borger