mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-06 06:49:53 +02:00
a51be177d85de8a490a960907e2658ffcd06414c
Allow to specify the TX and RX padding content separately. Due to the optional values it is possible to provide either TX or RX values which enables and set the given values. -p 55:AA => TX padding 0x55, RX padding 0xAA -p 55 => TX padding 0x55 -p 55: => TX padding 0x55 -p :AA => RX padding 0xAA Additionally the comment for the -P <mode> option was updated to point out the checking mode of the padding in the received PDUs (rx padding). Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Description
Linux-CAN / SocketCAN user space applications
2.9 MiB
Languages
C
98.1%
CMake
0.7%
Makefile
0.6%
Shell
0.5%