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

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

NAME
berdecode - decode BER encoded data SYNOPSIS
berdecode [-s bytestostrip] [-strip bytestostrip] [-d] [-debug] [-t tablefilename] [-table tablefilename] [filename] [-] DESCRIPTION
This program reads a binary ASN.1 grammar file generated by snacc -T and uses it to decode ASN.1 BER encoded data from files or stdin. From every message the first <bytestostrip> bytes (default 2) are skipped. Flag -d gives additional information during decoding. This manual page was written for the Debian GNU/Linux distribution because the original program does have only a README file. SEE ALSO
snacc (1), mkchdr(1), ptbl(1), pval(1), snacc-config(1). Please install the snacc-doc package for more information on snacc. AUTHOR
This manual page was written by W. Martin Borgert (debacle@debian.org) for the Debian GNU/Linux system. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation. AUTHOR
W. Martin Borgert Author. COPYRIGHT
Copyright (C) 2000 W. Martin Borgert [FIXME: source] 2000-04-25 BERDECODE(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