aboutsummaryrefslogtreecommitdiffstats
path: root/doc/asn2deb.adoc
blob: 80306c6aa23f5a57fac0a852295213c1bc962638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
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 analyser.
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