`Import DLT Stream` doesn't support DLT v2
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?
Thats right this feature was forgotton when DLTv2 support was implemented. But there is currently no plan to do this. Help needed.
This is something i can help with
@vifactor it seems that I cannot create a branch on the repository. I have made changes on a local branch but i cannot push and create a pull request.
Hi @VRafaelKonstantinou , are you working on a fork or simply cloned this repo? if latter, it will not work for you. Please follow this procedure https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project
Has been done in https://github.com/COVESA/dlt-viewer/pull/723