mirror of
https://github.com/wader/fq.git
synced 2024-11-27 06:04:47 +03:00
051a70bd4b
All other ranges and slicing uses exclusive end so i think it make sense to make it consistent. Update docs and add additional example for non-byte-aligned field. Also fixes issue showing zero bit ranges as start-NA.
15 lines
1.3 KiB
Plaintext
15 lines
1.3 KiB
Plaintext
$ fq -d asn1_ber dv tc22.ber
|
|
|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: tc22.ber (asn1_ber) 0x0-0x12 (18)
|
|
0x00|06 |. | class: "universal" (0) 0x0-0x0.2 (0.2)
|
|
0x00|06 |. | form: "primitive" (0) 0x0.2-0x0.3 (0.1)
|
|
0x00|06 |. | tag: "object_identifier" (0x6) 0x0.3-0x1 (0.5)
|
|
0x00| 10 | . | length: 16 0x1-0x2 (1)
|
|
| | | value[0:7]: 0x2-0x12 (16)
|
|
0x00| ff | . | [0]: 6 oid 0x2-0x3 (1)
|
|
0x00| ff | . | [1]: 15 oid 0x2-0x3 (1)
|
|
0x00| ff ff ff ff ff ff ff ff ff 0f | .......... | [2]: 18446744073709551503 oid 0x3-0xd (10)
|
|
0x00| 85 03 | .. | [3]: 643 oid 0xd-0xf (2)
|
|
0x00| 02| .| [4]: 2 oid 0xf-0x10 (1)
|
|
0x10|02 |. | [5]: 2 oid 0x10-0x11 (1)
|
|
0x10| 03| | .| | [6]: 3 oid 0x11-0x12 (1)
|