MSWSP: WIP: dissect_CPMSetBindings()
[wireshark-wip.git] / doc / asn2deb.pod
blob0d88a958490f52c033eb4ff5404f0970f85b633f
2 =head1 NAME
4 asn2deb - Create a Debian package for BER monitoring from ASN.1
6 =head1 SYNOPSIS
8 B<asn2deb>
9 S<[ B<-a> E<lt>ASN.1 fileE<gt> ]>
10 S<[ B<--asn>=E<lt>ASN.1 fileE<gt> ]>
11 S<[ B<-d> E<lt>optsE<gt> ]>
12 S<[ B<--dbopts>=E<lt>optsE<gt> ]>
13 S<[ B<-e> E<lt>addressE<gt> ]>
14 S<[ B<--email>=E<lt>addressE<gt> ]>
15 S<[ B<-h> ]>
16 S<[ B<--help> ]>
17 S<[ B<-n> E<lt>nameE<gt> ]>
18 S<[ B<--name>=E<lt>nameE<gt> ]>
19 S<[ B<-p> ]>
20 S<[ B<--preserve> ]>
21 S< [B<-v> ]>
22 S<[ B<--version> ]>
24 =head1 DESCRIPTION
26 This manual page documents briefly the B<asn2deb> command. B<asn2deb>
27 takes an ASN.1 file as input and creates a Debian package from it. The package
28 contains a loadable type table file for the wireshark network analyser.
29 The type table is generated by the ASN.1 compiler B<snacc>.
31 =head1 OPTIONS
33 =over 4
35 =item -a E<lt>ASN.1 fileE<gt> --asn=E<lt>ASN.1 fileE<gt>
37 ASN.1 file to use (mandatory).
39 =item -d E<lt>optsE<gt> --dbopts=E<lt>optsE<gt>
41 options for dpkg-buildpackage.
43 =item -e E<lt>addressE<gt> --email=E<lt>addressE<gt>
45 use e-mail address.
47 =item -h --help
49 print help and exit.
51 =item -n E<lt>nameE<gt> --name=E<lt>nameE<gt>
53 use user name.
55 =item -p --preserve
57 do not overwrite files.
59 =item -v --version
61 print version and exit.
63 =back
65 =head1 EXAMPLES
67 /usr/bin/asn2deb -e me@foo.net -a bar.asn1 \-n "My Name" -d "-rfakeroot -uc -us"-d "-rfakeroot -uc -us"
69 =head1 SEE ALSO
71 A lot of tools are used, which you have to B<apt-get install>: wireshark-dev, python, cdbs, autotools-dev, debhelper, dpkg-dev,
72 snacc.
74 =head1 COPYING
76 This manual page was written by W. Borgert debacle@debian.org
77 for Debian GNU/Linux (but may be used by others). Permission is granted
78 to copy, distribute and/or modify this document under the terms of the
79 GNU General Public License, Version 2 or any later version published by
80 the Free Software Foundation.
82 =head1 AUTHOR
84 B<W. Borgert> Author.
86 =head1 COPYRIGHT
88 Copyright (C) 2003, 2005 W. Borger