Comment # 18
on bug 12687
from Oliver Hartkopp
Created attachment 14805 [details]
Patch for Wireshark to support CAN FD
Changes:
- fix RTR display: RTR is not a frame type as it can come along with STD and
XTD frames. Additionally RTR is not supported by CAN FD
- move from struct can_frame to struct canfd_frame which can contain both of
these frame types. To distinguish the content the CANFD_USE flag is used
which has to be set inside libpcap
- fill COL_PROTOCOL according to CAN / CAN FD frame
- add new bits and flags in proto tree for CAN FD
- split proto tree content for CAN / CAN FD
You are receiving this mail because:
- You are watching all bug changes.