aboutsummaryrefslogtreecommitdiffstats
path: root/asn1c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-23 22:21:38 +0000
committerLev Walkin <vlm@lionet.info>2004-09-23 22:21:38 +0000
commite37572efb8b3ce2730638e8c1857382f16560b09 (patch)
tree3ce666c73cd90942b89bb00a017611b39f495dbb /asn1c
parent61f89c4c5792fa780ff465a04f628a6af69a5828 (diff)
manual page from the ASN.1 BER decoder
Diffstat (limited to 'asn1c')
-rw-r--r--asn1c/unber.122
1 files changed, 22 insertions, 0 deletions
diff --git a/asn1c/unber.1 b/asn1c/unber.1
new file mode 100644
index 00000000..ec731a04
--- /dev/null
+++ b/asn1c/unber.1
@@ -0,0 +1,22 @@
+.de Id
+..
+.Id $Id"
+.TH UNBER 1 "\*(Dt" "ASN.1 BER Decoder" "ASN.1 BER Decoder"
+.SH NAME
+unber \- ASN.1 BER Decoder
+.SH SYNOPSIS
+unber [\fB\-t\fR\fIdata-string\fR] [\fB-\fR] \fIinfile\fR...
+.SH DESCRIPTION
+unber takes the BER-encoded files and dumps their internal structure to stdout.
+(The DER and CER formats are both subsets of the BER, and are also supported.)
+A single dash represents the standard input.
+.SH OPTIONS
+.TP
+\fB\-t\fR \fIdata-string\fR
+Interpret the data-string as a sequence of hexadecimal values representing
+the start of BER TLV encoding. Print the human readable explanation.
+.SH SEE ALSO
+.TP
+\&\fIasn1c\fR\|(1)
+.SH AUTHORS
+Lev Walkin <vlm@lionet.info>