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

Flooding with extended CAN IDs cause packets to be broadcast #4

Open
FrostTusk opened this issue Jul 17, 2019 · 0 comments
Open

Flooding with extended CAN IDs cause packets to be broadcast #4

FrostTusk opened this issue Jul 17, 2019 · 0 comments

Comments

@FrostTusk
Copy link

When sending messages to extended CAN identifiers such as for example id 0xFFFF, VulCAN interprets these as being sent to ID 0x0 (broadcast ID).
This occurs most reliably when flooding the bus with extended CAN IDs, it was observed while fuzz testing the demo bench.
The packets are still observed as being extended packets using candump, but VulCAN believes them to be sent to ID 0x0.

I have tried fixing it, but have not had much success.

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

No branches or pull requests

1 participant