8 Commits

Author SHA1 Message Date
3ec4327d45 Refactor DLT_Utilities to use STL containers, removing manual memory management && Add a debug output for command-line argument input 2026-04-30 20:49:57 +08:00
923ba12ae9 Fixed the issue of incorrect DLT message parsing when payload length is 0 && Fixed potential wild pointers and improper memory free. 2026-04-23 10:58:12 +08:00
cfb1be0efd Fixed an issue with incorrect output format for extended timestamps (unit: 0.1 milliseconds) && Added DLT message sorting.Output message rows are now arranged in ascending order by timestamp. 2026-01-26 20:32:36 +08:00
7666ec39fe Added control buttons to enable selective file export functionality && Fixed the issue where files were not closed after DLT Log export && Resolved the problem of files failing to open due to Chinese path characters && Modified alert pop-up icons && Adjusted the initial display position 2025-12-05 17:49:09 +08:00
9c8a7134eb Modified the way to statistic max payload length 2025-11-26 18:54:02 +08:00
809493e134 Modify the 'DLT_File' class, rename it to 'DLT_Log' and refactor some of its functionalities. It now supports importing multiple DLT files and count the memory allocation usage 2025-11-26 16:39:25 +08:00
274e1ca9b0 Add more header info output 2025-11-21 17:43:40 +08:00
8f01578411 Added a new DLT File class that implements basic payload parsing && Added a CSV export function for the DLT File class (currently in testing and not fully completed) && Added a command-line parsing entry point. 2025-11-19 17:47:20 +08:00