hartkopp / can-isotp

Linux Kernel Module for ISO 15765-2:2016 CAN transport protocol PLEASE NOTE: This module is part of the mainline Linux kernel since version 5.10
Other
239 stars 69 forks source link

What *should* isotpdump look like? #19

Closed granmadave closed 3 years ago

granmadave commented 4 years ago

isotpdump doesn't look right; do you have any screenshots of examples showing what the -s and -d (and results) should look like?

hartkopp commented 4 years ago

isotpdump uses the CAN_RAW socket and interprets the received PDU CAN frames without knowing about the iso-tp protocol itself.

An example can be found here on slide 31: https://wiki.automotivelinux.org/_media/agl-distro/agl2017-socketcan-print.pdf

hartkopp commented 4 years ago

Hi @granmadave Can this issue be closed?