nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | |
2 | =head1 NAME |
||
3 | |||
4 | asn2deb - Create a Debian package for BER monitoring from ASN.1 |
||
5 | |||
6 | =head1 SYNOPSIS |
||
7 | |||
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> ]> |
||
23 | |||
24 | =head1 DESCRIPTION |
||
25 | |||
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>. |
||
30 | |||
31 | =head1 OPTIONS |
||
32 | |||
33 | =over 4 |
||
34 | |||
35 | =item -a E<lt>ASN.1 fileE<gt> --asn=E<lt>ASN.1 fileE<gt> |
||
36 | |||
37 | ASN.1 file to use (mandatory). |
||
38 | |||
39 | =item -d E<lt>optsE<gt> --dbopts=E<lt>optsE<gt> |
||
40 | |||
41 | options for dpkg-buildpackage. |
||
42 | |||
43 | =item -e E<lt>addressE<gt> --email=E<lt>addressE<gt> |
||
44 | |||
45 | use e-mail address. |
||
46 | |||
47 | =item -h --help |
||
48 | |||
49 | print help and exit. |
||
50 | |||
51 | =item -n E<lt>nameE<gt> --name=E<lt>nameE<gt> |
||
52 | |||
53 | use user name. |
||
54 | |||
55 | =item -p --preserve |
||
56 | |||
57 | do not overwrite files. |
||
58 | |||
59 | =item -v --version |
||
60 | |||
61 | print version and exit. |
||
62 | |||
63 | =back |
||
64 | |||
65 | =head1 EXAMPLES |
||
66 | |||
67 | /usr/bin/asn2deb -e me@foo.net -a bar.asn1 \-n "My Name" -d "-rfakeroot -uc -us"-d "-rfakeroot -uc -us" |
||
68 | |||
69 | =head1 SEE ALSO |
||
70 | |||
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. |
||
73 | |||
74 | =head1 COPYING |
||
75 | |||
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. |
||
81 | |||
82 | =head1 AUTHOR |
||
83 | |||
84 | B<W. Borgert> Author. |
||
85 | |||
86 | =head1 COPYRIGHT |
||
87 | |||
88 | Copyright (C) 2003, 2005 W. Borger |