The ethernetIP schema has a checksum layer.
When the parsing begins that layer, the hex data display looks to be only the data for the layer. The surrounding context is lost, byte position is zero, and there's no indication one is in a different context.
It's not 100% clear what to do here. But it is visually disconcerting that the prior data context just evaporated, and the new data context is just the layer decoding. I mean the layer really does parse, as if it started at zero, etc. But there needs to be a sensible visual indication that this is what is happening.