Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / doc / man_pages / asn2deb.adoc
blobf043d27a89bf5a6e3254b98d050ea8f69daa7aa2
1 include::../attributes.adoc[]
2 = asn2deb(1)
3 :doctype: manpage
4 :stylesheet: ws.css
5 :linkcss:
6 :copycss: {css_dir}/{stylesheet}
8 == NAME
10 asn2deb - Create a Debian package for BER monitoring from ASN.1
12 == SYNOPSIS
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* ]
31 == DESCRIPTION
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*.
38 == OPTIONS
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>::
47 use e-mail address.
49 -h --help::
50 print help and exit.
52 -n <name> --name=<name>::
53 use user name.
55 -p --preserve::
56 do not overwrite files.
58 -v --version::
59 print version and exit.
61 == EXAMPLES
63 /usr/bin/asn2deb -e me@foo.net -a bar.asn1 \-n "My Name" -d "-rfakeroot -uc -us"-d "-rfakeroot -uc -us"
65 == SEE ALSO
67 A lot of tools are used, which you have to *apt-get install*: wireshark-dev, python, cdbs, autotools-dev, debhelper, dpkg-dev,
68 esnacc.
70 == COPYING
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.
78 == AUTHOR
80 *W. Borgert* Author.
82 == COPYRIGHT
84 Copyright (C) 2003, 2005 W. Borger