dlt-viewer icon indicating copy to clipboard operation
dlt-viewer copied to clipboard

`Import DLT Stream` doesn't support DLT v2

Open KorbinianHutterKhut opened this issue 1 year ago • 1 comments

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?

KorbinianHutterKhut avatar Apr 09 '25 09:04 KorbinianHutterKhut

Thats right this feature was forgotton when DLTv2 support was implemented. But there is currently no plan to do this. Help needed.

alexmucde avatar Apr 28 '25 13:04 alexmucde

This is something i can help with

VRafaelKonstantinou avatar Aug 04 '25 06:08 VRafaelKonstantinou

@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.

VRafaelKonstantinou avatar Aug 18 '25 04:08 VRafaelKonstantinou

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

vifactor avatar Aug 18 '25 08:08 vifactor

Has been done in https://github.com/COVESA/dlt-viewer/pull/723

vifactor avatar Nov 02 '25 10:11 vifactor