By default, the Distributor will only record PDUs that it can parse. This makes sense, but can also be a bit limiting sometimes given that we don't cover the full spec. Also, we can't record sessions containing data we want to support, which would be a good way to later test/verify support when we add it.
In this ticket, I want to update the Duplicator to be able to store Raw PDUs. We can parse the header, but not the body contents, and then replay that out (adjusting the header as required) raw.
Summary
By default, the Distributor will only record PDUs that it can parse. This makes sense, but can also be a bit limiting sometimes given that we don't cover the full spec. Also, we can't record sessions containing data we want to support, which would be a good way to later test/verify support when we add it.
In this ticket, I want to update the Duplicator to be able to store Raw PDUs. We can parse the header, but not the body contents, and then replay that out (adjusting the header as required) raw.