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

Add support for reading Wireshark SocketCAN log format #790

Merged
merged 2 commits into from
Jul 9, 2024

Conversation

BennyEvans
Copy link
Contributor

This PR Adds support for reading Wireshark SocketCAN logs. There is currently a Wireshark pcap decoder in SavvyCAN but not for these types of logs. The new code checks if the pcap file link type is PCAP_LINKTYPE_SOCKETCAN (227) and if not, will fall through to the current default wireshark decoder.

This work is in addition to the PR I will soon create that adds gs_usb (cantact, canable, CAN Bus Debugger etc.) support on Windows as discussed in Issue #238

Let me know if there is anything you'd like me to modify.

Thanks for great work!

@BennyEvans BennyEvans mentioned this pull request May 29, 2024
@collin80 collin80 merged commit 2cf6398 into collin80:master Jul 9, 2024
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.

2 participants