summaryrefslogtreecommitdiffstats
path: root/doc/asn2deb.adoc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:34:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:34:10 +0000
commite4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch)
tree68cb5ef9081156392f1dd62a00c6ccc1451b93df /doc/asn2deb.adoc
parentInitial commit. (diff)
downloadwireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz
wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/asn2deb.adoc')
-rw-r--r--doc/asn2deb.adoc84
1 files changed, 84 insertions, 0 deletions
diff --git a/doc/asn2deb.adoc b/doc/asn2deb.adoc
new file mode 100644
index 00000000..db976522
--- /dev/null
+++ b/doc/asn2deb.adoc
@@ -0,0 +1,84 @@
+include::../docbook/attributes.adoc[]
+= asn2deb(1)
+:doctype: manpage
+:stylesheet: ws.css
+:linkcss:
+:copycss: ../docbook/{stylesheet}
+
+== NAME
+
+asn2deb - Create a Debian package for BER monitoring from ASN.1
+
+== SYNOPSIS
+
+[manarg]
+*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* ]
+
+== DESCRIPTION
+
+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*.
+
+== OPTIONS
+
+-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>::
+use e-mail address.
+
+-h --help::
+print help and exit.
+
+-n <name> --name=<name>::
+use user name.
+
+-p --preserve::
+do not overwrite files.
+
+-v --version::
+print version and exit.
+
+== EXAMPLES
+
+/usr/bin/asn2deb -e me@foo.net -a bar.asn1 \-n "My Name" -d "-rfakeroot -uc -us"-d "-rfakeroot -uc -us"
+
+== SEE ALSO
+
+A lot of tools are used, which you have to *apt-get install*: wireshark-dev, python, cdbs, autotools-dev, debhelper, dpkg-dev,
+snacc.
+
+== COPYING
+
+This manual page was written by W. Borgert debacle@debian.org
+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.
+
+== AUTHOR
+
+*W. Borgert* Author.
+
+== COPYRIGHT
+
+Copyright (C) 2003, 2005 W. Borger