Skip to content
New issue

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

Filter RegEx Replace in Export DLT and DLT Decoded does not work #560

Closed
alexmucde opened this issue Oct 11, 2024 · 0 comments · Fixed by #565
Closed

Filter RegEx Replace in Export DLT and DLT Decoded does not work #560

alexmucde opened this issue Oct 11, 2024 · 0 comments · Fixed by #565
Labels

Comments

@alexmucde
Copy link
Collaborator

The Filter RegEx Replace feature currently only works for CSV and ASCII Export.
The feature should also work for DLT and DLT Decoded Export.
Because of another issue this feature must be currently disable, as it was already implemented.

    // apply Regex if needed
    if(exportFormat == QDltExporter::FormatDlt || exportFormat == QDltExporter::FormatDltDecoded)
    {
        //FIXME: The following does not work for non verbose messages, must be fixed to enable RegEx for DLT Export again
        //msg.setNumberOfArguments(msg.sizeArguments());
        //if(from) from->applyRegExStringMsg(msg);
        //msg.getMsg(buf,true);
    }
@alexmucde alexmucde added the bug label Oct 11, 2024
@alexmucde alexmucde linked a pull request Oct 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant