Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

asn2deb(1) [debian man page]

ASN2DEB(1)							  [FIXME: manual]							ASN2DEB(1)

NAME
asn2deb - create a Debian package for BER monitoring from ASN.1 SYNOPSIS
asn2deb [-a ASN.1 file] [--asn=ASN.1 file] [-d opts] [--dbopts=opts] [-e address] [--email=address] [-h] [--help] [-n name] [--name=name] [-p] [--preserve] [-v] [--version] DESCRIPTION
This manual page documents briefly the asn2deb command. 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 snacc. OPTIONS
-a ASN.1 file --asn=ASN.1 file ASN.1 file to use (mandatory). -d opts --dbopts=opts options for dpkg-buildpackage. -e address --email=address use e-mail address. -h --help print help and exit. -n name --name=name use user name. -p --preserve do not overwrite files. -v --version print version and exit. Example: /usr/bin/asn2deb -e me@foo.net -a bar.asn1 -n "My Name" -d "-rfakeroot -uc -us" SEE ALSO
A lot of tools are used, which you have to apt-get install: wireshark-dev, python, cdbs, autotools-dev, debhelper, dpkg-dev, snacc. 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. AUTHOR
W. Borgert Author. COPYRIGHT
Copyright (C) 2003, 2005 W. Borgert [FIXME: source] 2004-02-18 ASN2DEB(1)

Check Out this Related Man Page

PTBL(1) 						      General Commands Manual							   PTBL(1)

NAME
ptbl - print a type table SYNOPSIS
ptbl [-a] <tbl-file> DESCRIPTION
ptbl prints the give type table to stdout. It will print it in one of two formats: internal style and ASN.1 stlye. The internal style shows the contents of the type table data structure in ASN.1 value notation. You will need to look at the tbl.asn1 file to understand the internal form. The ASN.1 form attempts to re-create the ASN.1 that generated the given type table. OPTIONS
-a Print the table in ASN.1 style (recommended) FILES
snacc/tbl-tools/ptbl/ Source code for the ptbl program snacc/asn1specs/tbl.asn1 ASN.1 definition for the type table data structure BUGS
ptbl does not attempt to print the IMPORTs information even though it is possible with a bit of work. COPYING
Copyright (c) 1993 Mike Sample and the University of British Columbia Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. AUTHOR
Mike Sample <msample@cs.ubc.ca>, University of British Columbia ACKNOWLEDGEMENTS
This work was made possible by grants from the Canadian Institute for Telecommunications Research (CITR) and Natural Sciences and Engineer- ing Research Council of Canada (NSERC). 11 July 1993 PTBL(1)
Man Page

4 More Discussions You Might Find Interesting

1. IP Networking

Filter wireshark output

Hi I have a wireshark file saved (from my network) and I have to analyze the flows inside it. The problem is that i have to analyze not the complete file (60.000 pkts!) but just a subset of it. In other words i have to sample the wireshark.file.dump and for example from 60.000 pkts take... (2 Replies)
Discussion started by: Dedalus
2 Replies

2. Programming

ASN.1 Decoder UNIX Code

Kindly help i need to write a code for Decode/Compile the ASN.1 which is found in javascript or C language if any got a final working Code:D (16 Replies)
Discussion started by: teefa
16 Replies

3. Programming

ASN.1 decoder

Hi All, I am fairly new to this so please forgive me, Currently I have an ASN.1 which I would like the ability to load this to my work server in order to enter a string of output decode and display the output. There are methods online as shown on ASN.1 JavaScript decoder however I have... (3 Replies)
Discussion started by: mutley2202
3 Replies

4. UNIX for Advanced & Expert Users

Python Programming for ASN.1 file

Hi. Has anyone here got an experience doing conversion from asn1 format to a readable format so that it can be processed by Oracle? I want to load the data into a table. This is a CDR file. Attached is the pairing file. Please remove the .txt at the end. Someone said that it is possible... (1 Reply)
Discussion started by: aimy
1 Replies