-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add space between payload and next argument #9
Comments
@ChrisRBe thx! I'd like to extend this to "full compliance". So the output should be 1:1 the same. Then we could directly offer to import filters from DLTViewer. |
Some rules from DLT viewer: (see QDltMsg::toStringPayload())
toAscii: For non-verbose, non-control (and noars == 0):
|
so yes, rawd has a ' ' between two bytes (output as e.g. '01 23 45 67 89 ab cd ef') |
Hi @mbehr1
As per our discussion from yesterday evening: With the current version of the plugin, using DLT_LOG4 to print messages does not add a space between ARGS2 and ARGS3.
The text was updated successfully, but these errors were encountered: