Thanks for your contribution! Can you submit a merge request at https://gitlab.com/wireshark/wireshark/ ? Complete documentation on contributing code to Wireshark can be found in our Developer's Guide at https://www.wireshark.org/docs/wsdg_html/#ChSrcContribute On 3/18/24 3:46 AM, Oliver Hartkopp via Wireshark-dev wrote:
This patchset simplifies the CAN packet type detection as it focusses on the rules to distiguish the different CAN CC/FD/XL frames from the Linux kernel API. Additionally some more content is shown in the dissector and the CAN CiA 611-1 definitions have been cleaned up and extended by CiA. Oliver Hartkopp (4): socketcan: simplify CAN packet type detection socketcan: display CANFD_FDF and CANXL_XLF flag content socketcan: display len8dlc content for Classical CAN socketcan: update CAN CiA 611-1 definitions epan/dissectors/packet-socketcan.c | 86 ++++++++++-------------------- epan/dissectors/packet-socketcan.h | 17 +++--- 2 files changed, 39 insertions(+), 64 deletions(-)