asn2deb - Create a Debian package for BER monitoring from ASN.1
asn2deb [
-a <ASN.1 file> ]
[
--asn=<ASN.1 file> ] [
-d <opts> ] [
--dbopts=<opts> ] [
-e <address> ] [
--email=<address> ] [
-h ] [
--help ] [
-n <name> ]
[
--name=<name> ] [
-p ]
[
--preserve ] [
-v ] [
--version ]
This manual page documents briefly the
asn2deb command.
asn2deb
takes an ASN.1 file as input and creates a Debian package from it. The package
contains a loadable type table file for the Wireshark network analyzer. The
type table is generated by the ASN.1 compiler
snacc.
-a <ASN.1 file> --asn=<ASN.1 file>
ASN.1 file to use (mandatory).
-d <opts> --dbopts=<opts>
options for dpkg-buildpackage.
-e <address> --email=<address>
-h --help
-n <name> --name=<name>
-p --preserve
-v --version
/usr/bin/asn2deb -e
<
[email protected]> -a bar.asn1 \-n "My
Name" -d "-rfakeroot -uc -us"-d "-rfakeroot -uc -us"
A lot of tools are used, which you have to
apt-get install:
wireshark-dev, python, cdbs, autotools-dev, debhelper, dpkg-dev, snacc.
This manual page was written by W. Borgert
<
[email protected]>
for Debian GNU/Linux (but may be used by others). Permission is granted to
copy, distribute and/or modify this document under the terms of the GNU
General Public License, Version 2 or any later version published by the Free
Software Foundation.
W. Borgert Author.
Copyright © 2003, 2005 W. Borger