mirror of
https://github.com/wader/fq.git
synced 2024-11-23 09:56:07 +03:00
0829c167cc
Basic support, can also do CER and DER but without any extra validation. No schema support. Redo format doc.md usage a bit, now format/<dir>/<format>.md instead. Related to #20
9 lines
738 B
Plaintext
9 lines
738 B
Plaintext
$ fq -d asn1_ber d tc34.ber
|
|
|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: tc34.ber (asn1_ber)
|
|
| | | error: asn1_ber: BitBufRange: failed at position 0 (read size 4 seek pos 0): outside buffer
|
|
0x0|03 |. | class: "universal" (0)
|
|
0x0|03 |. | form: "primitive" (0)
|
|
0x0|03 |. | tag: "bit_string" (0x3)
|
|
0x0| 02 | . | length: 2
|
|
0x0| 04| | .| | unknown0: raw bits
|