Commit Graph

10 Commits

Author SHA1 Message Date
gutmet
d2cf77fb99 bugfix: make sure that even unnamed parts at the end can be read
* seek does not fail, even if the pointer is beyond the end of the file
2020-04-27 22:49:23 +02:00
gutmet
ade1c6e06e better error message for unknown byte field size 2020-04-27 20:13:22 +02:00
gutmet
a611f9fd7c better error message for byte field of unknown size 2020-04-27 20:09:58 +02:00
gutmet
279429d0bf allow variable byte field size
* sequences of certain sizes or delimited with a marker can now
  be obtained through multiple invocations
2020-04-27 19:33:47 +02:00
gutmet
88c7d63adc allow prefix 0x in byte field set 2020-04-27 18:00:19 +02:00
gutmet
69114e6782 make sure set bytes are not longer than byte field
* also little formatting issues
2020-04-27 17:58:34 +02:00
gutmet
6969cc9d96 let parse determine the base by prefix (allow octal, byte and hex representation) 2020-04-27 15:40:27 +02:00
gutmet
8fe782253b apparently seek also can fail 2020-04-27 00:18:47 +02:00
gutmet
24dad18c81 forgotten spaces 2020-04-26 23:46:55 +02:00
gutmet
a2f357eb33 Initial commit 2020-04-26 22:57:19 +02:00