logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

berdecode - decode BER encoded data

Author

W.MartinBorgert
           Author.

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.

Name

       berdecode - decode BER encoded data

See Also

       snacc (1), mkchdr(1), ptbl(1), pval(1), snacc-config(1).

       Please install the snacc-doc package for more information on snacc.

Synopsis

berdecode [-sbytestostrip] [-stripbytestostrip] [-d] [-debug] [-ttablefilename] [-tabletablefilename]
                 [filename] [-]

See Also