We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Import DLT Stream
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The 'Import DLT Stream' Menu item works for DLT version 1 files without a Storage Header.
However, we found that for version 2 files without Storage Header, DLT Viewer cannot parse the requested file.
dlt_common.c seems to hard code Storage Header version 1 and is not adjusted to the DLT v2 support of the viewer.
dlt_common.c
Do you plan to support opening of DLT v2 files without Storage Header (streams) in the near future?
The text was updated successfully, but these errors were encountered:
Thats right this feature was forgotton when DLTv2 support was implemented. But there is currently no plan to do this. Help needed.
Sorry, something went wrong.
No branches or pull requests
The 'Import DLT Stream' Menu item works for DLT version 1 files without a Storage Header.
However, we found that for version 2 files without Storage Header, DLT Viewer cannot parse the requested file.
dlt_common.c
seems to hard code Storage Header version 1 and is not adjusted to the DLT v2 support of the viewer.Do you plan to support opening of DLT v2 files without Storage Header (streams) in the near future?
The text was updated successfully, but these errors were encountered: