I have to deal with a buffer of bytes. This buffer can have multiple grammars (A, B, C, .. , etc).
For example: AxxxxBxxxxACxxx
where x's are dirty bytes and I would like to skip them. (They don't match any grammar)
I want to know if it is possible to use kaitai-struct to parse those grammars skipping the dirty bytes.