mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-06 06:49:53 +02:00
29c3e344a5f2822854a1747ee5f2cdf887db13c7
A configured inverse filter e.g. cangw -A -s can0 -d can1 -e -f 123~7FF has been displayed with 'cangw -L' like this: cangw -A -s can0 -d can1 -e -f 20000123:7FF # 0 handled 0 dropped 0 deleted While 0x20000000 was the value of CAN_INV_FILTER. This patch fixes the output to the expected display: cangw -A -s can0 -d can1 -e -f 123~7FF # 0 handled 0 dropped 0 deleted 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%