=head1 NAME asn2deb - Create a Debian package for BER monitoring from ASN.1 =head1 SYNOPSIS B S<[ B<-a> EASN.1 fileE ]> S<[ B<--asn>=EASN.1 fileE ]> S<[ B<-d> EoptsE ]> S<[ B<--dbopts>=EoptsE ]> S<[ B<-e> EaddressE ]> S<[ B<--email>=EaddressE ]> S<[ B<-h> ]> S<[ B<--help> ]> S<[ B<-n> EnameE ]> S<[ B<--name>=EnameE ]> S<[ B<-p> ]> S<[ B<--preserve> ]> S< [B<-v> ]> S<[ B<--version> ]> =head1 DESCRIPTION This manual page documents briefly the B command. B 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. =head1 OPTIONS =over 4 =item -a EASN.1 fileE --asn=EASN.1 fileE ASN.1 file to use (mandatory). =item -d EoptsE --dbopts=EoptsE options for dpkg-buildpackage. =item -e EaddressE --email=EaddressE use e-mail address. =item -h --help print help and exit. =item -n EnameE --name=EnameE 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: 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 Author. =head1 COPYRIGHT Copyright (C) 2003, 2005 W. Borger