Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

berdecode(1) [debian 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)

Check Out this Related Man Page

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

NAME
idl2deb - create a Debian package for CORBA monitoring from IDL SYNOPSIS
idl2deb [-d opts] [--dbopts=opts] [-e address] [--email=address] [-i idlfile] [--idl=idlfile] [-h] [--help] [-n name] [--name=name] [-p] [--preserve] [-v] [--version] DESCRIPTION
This manual page documents briefly the idl2deb command. idl2deb takes an CORBA IDL file as input and creates a Debian package from it. The package contains a loadable module for the wireshark network analyser. OPTIONS
-d opts --dbopts=opts options for dpkg-buildpackage. -e address --email=address use e-mail address. -i idlfile --idl=idlfile IDL file to use (mandatory). -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/idl2deb -e me@foo.net -i bar.idl -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. 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] 2003-08-17 IDL2DEB(1)
Man Page