OpenCyphal / wireshark_plugins

A place to hold WireShark Filters for Cyphal
MIT License
1 stars 0 forks source link

Verify CRC16 and CRC32 #7

Closed emrainey closed 1 year ago

emrainey commented 1 year ago

Compute the CRC16-CCITT-FALSE and CRC32-C in the Plugin and show if those values are correct or not.

emrainey commented 1 year ago

Leaving some comments:

emrainey commented 1 year ago

The CRC32 would not be possible to verify on multiframe messages, but at least on single frame messages.

emrainey commented 1 year ago

Resolved in latest push