aboutsummaryrefslogtreecommitdiffstats
path: root/doc/asn2deb.pod
blob: 0d88a958490f52c033eb4ff5404f0970f85b633f (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
=head1 NAME

asn2deb - Create a Debian package for BER monitoring from ASN.1

=head1 SYNOPSIS

B<asn2deb>
S<[ B<-a> E<lt>ASN.1 fileE<gt> ]>
S<[ B<--asn>=E<lt>ASN.1 fileE<gt> ]>
S<[ B<-d> E<lt>optsE<gt> ]>
S<[ B<--dbopts>=E<lt>optsE<gt> ]>
S<[ B<-e> E<lt>addressE<gt> ]>
S<[ B<--email>=E<lt>addressE<gt> ]>
S<[ B<-h> ]>
S<[ B<--help> ]>
S<[ B<-n> E<lt>nameE<gt> ]>
S<[ B<--name>=E<lt>nameE<gt> ]>
S<[ B<-p> ]>
S<[ B<--preserve> ]>
S< [B<-v> ]>
S<[ B<--version> ]>

=head1 DESCRIPTION

This manual page documents briefly the B<asn2deb> command. B<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 B<snacc>.

=head1 OPTIONS

=over 4

=item -a E<lt>ASN.1 fileE<gt> --asn=E<lt>ASN.1 fileE<gt>

ASN.1 file to use (mandatory).

=item -d E<lt>optsE<gt> --dbopts=E<lt>optsE<gt>

options for dpkg-buildpackage.

=item -e E<lt>addressE<gt> --email=E<lt>addressE<gt>

use e-mail address.

=item -h --help

print help and exit.

=item -n E<lt>nameE<gt> --name=E<lt>nameE<gt>

use user name.

=item -p --preserve

do not overwrite files.

=item -v --version

print version and exit.

=back

=head1 EXAMPLES

/usr/bin/asn2deb -e me@foo.net -a bar.asn1 \-n "My Name" -d "-rfakeroot -uc -us"-d "-rfakeroot -uc -us"

=head1 SEE ALSO

A lot of tools are used, which you have to B<apt-get install>: wireshark-dev, python, cdbs, autotools-dev, debhelper, dpkg-dev,
snacc.

=head1 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.

=head1 AUTHOR

B<W. Borgert> Author.

=head1 COPYRIGHT

Copyright (C) 2003, 2005 W. Borger