I need an option to designate one or more bytes as a length, and then parse the following N bytes as the data. For example: `30 00 05 aa bb cc dd ee 4f` `30 00 01 ff d8` -> `ID:30 LEN:0005 DATA:aabbccddeeff CRC:4f` `ID:30 LEN:0001 DATA:ff CRC:d8`