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

fix(zniffer): hop parsing and route display for inbound frames #6945

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

AlCalzone
Copy link
Member

@AlCalzone AlCalzone commented Jun 17, 2024

Turns out that inbound hops are encoded differently than we expected. Also we did not show the failed hop in the logs.
Also we now consistently show the route for outgoing and incoming frames in the same order, even though the source and destination nodes are swapped in the incoming frames.

fixes: #6941

@AlCalzone
Copy link
Member Author

@zwave-js-bot automerge

@zwave-js-bot zwave-js-bot merged commit eb04b47 into master Jun 21, 2024
15 checks passed
@zwave-js-bot zwave-js-bot deleted the fix-routed-zniffer-frames branch June 21, 2024 08:34
AlCalzone added a commit that referenced this pull request Jun 22, 2024
### Bugfixes
* Fixed a regression from 12.11.1 causing commands to sleeping nodes to block the send queue (#6953)
* Fixed how routes for inbound frames are parsed in Zniffer (#6945)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zniffer: Routed ACK / Routed Error / AckDirect don't include the current hop
2 participants