4 asn2deb - Create a Debian package for BER monitoring from ASN.1
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> ]>
17 S<[ B<-n> E<lt>nameE<gt> ]>
18 S<[ B<--name>=E<lt>nameE<gt> ]>
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>.
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>
51 =item -n E<lt>nameE<gt> --name=E<lt>nameE<gt>
57 do not overwrite files.
61 print version and exit.
67 /usr/bin/asn2deb -e me@foo.net -a bar.asn1 \-n "My Name" -d "-rfakeroot -uc -us"-d "-rfakeroot -uc -us"
71 A lot of tools are used, which you have to B<apt-get install>: wireshark-dev, python, cdbs, autotools-dev, debhelper, dpkg-dev,
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.
88 Copyright (C) 2003, 2005 W. Borger