1
1
mirror of https://github.com/wader/fq.git synced 2024-11-27 06:04:47 +03:00
fq/format/asn1/testdata/tc8.ber.fqtest
Mattias Wadman 051a70bd4b interp: Change bit ranges to use exclusive end
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.
2023-10-20 15:37:26 +02:00

12 lines
1.0 KiB
Plaintext

$ fq -d asn1_ber dv tc8.ber
|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: tc8.ber (asn1_ber) 0x0-0x5 (5)
0x0|09 |. | class: "universal" (0) 0x0-0x0.2 (0.2)
0x0|09 |. | form: "primitive" (0) 0x0.2-0x0.3 (0.1)
0x0|09 |. | tag: "real" (0x9) 0x0.3-0x1 (0.5)
0x0| 03 | . | length: 3 0x1-0x2 (1)
0x0| 41 | A | binary_encoding: false 0x2-0x2.1 (0.1)
0x0| 41 | A | decimal_encoding: true 0x2.1-0x2.2 (0.1)
0x0| 41 | A | special: "minus_infinity" (1) 0x2.2-0x3 (0.6)
| | | value: -Inf
0x0| 00 00| | ..| | gap0: raw bits 0x3-0x5 (2)