Skip to content

feat(socketcan): export Frame for Marshal/Unmarshal#373

Merged
ericwenn merged 1 commit intomasterfrom
export-socketcan-frame
Feb 27, 2026
Merged

feat(socketcan): export Frame for Marshal/Unmarshal#373
ericwenn merged 1 commit intomasterfrom
export-socketcan-frame

Conversation

@ericwenn
Copy link
Member

Currently the only way to unmarshal socketcan frames is by using the
Receiver. This is limiting for example when attempting to parse
socketcan messages from a PCAP file.

This commit exports the needed methods and types to Unmarshal and
Marshal socketcan frames.

Currently the only way to unmarshal socketcan frames is by using the
Receiver. This is limiting for example when attempting to parse
socketcan messages from a PCAP file.

This commit exports the needed methods and types to Unmarshal and
Marshal socketcan frames.
@ericwenn ericwenn requested a review from Jassob as a code owner February 27, 2026 10:18
Copy link
Member

@Edholm Edholm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet!

Copy link
Member

@Jassob Jassob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@ericwenn ericwenn merged commit ec42219 into master Feb 27, 2026
1 check passed
@ericwenn ericwenn deleted the export-socketcan-frame branch February 27, 2026 10:22
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.

3 participants