Linux-CAN / SocketCAN user space applications
 
 
 
 
Go to file
Oliver Hartkopp 6104197c6a Fix sloppy CAN_(EFF|RTR)_FLAG handling in can_filter.can_mask .
Due to a wrong safety check in af_can.c it was not possible to filter 
for SFF frames with a specific CAN identifier without getting the 
same selected CAN identifier from a received EFF frame also.

This fix has a minimum impact on the CAN filter API as the 'sloppy' 
handling is still a correct (and possibly wanted?) use-case.

Please update the can-utils (especially candump) whose filter definition 
on the commandline made assumptions to correct the user input that are 
probably unwanted now.

Thanks to Kurt van Dijck for pointing at this issue!

Signed-Off-by: Oliver Hartkopp <oliver@hartkopp.net>
2008-12-01 07:24:18 +00:00
Makefile Added ISO 15765-2 CAN transport protocol for protocol family CAN. 2008-11-05 11:34:23 +00:00
asc2log.c Whitespace fixes. Indented the code following Linux styleguide to fix 2008-06-03 08:46:57 +00:00
canbusload.c Whitespace fixes. Indented the code following Linux styleguide to fix 2008-06-03 08:46:57 +00:00
candump.c Fix sloppy CAN_(EFF|RTR)_FLAG handling in can_filter.can_mask . 2008-12-01 07:24:18 +00:00
cangen.c Fix commandline parameter handling for fixed canframe.data[] . 2008-06-20 09:16:06 +00:00
canlogserver.c Whitespace fixes. Indented the code following Linux styleguide to fix 2008-06-03 08:46:57 +00:00
canplayer.c Create an informative error message when detecting a wrong line format. 2008-07-25 06:32:20 +00:00
cansend.c Whitespace fixes. Indented the code following Linux styleguide to fix 2008-06-03 08:46:57 +00:00
cansniffer.c Added interface name to parameter list in first line. 2008-11-17 10:23:42 +00:00
isotpdump.c Fix sloppy CAN_(EFF|RTR)_FLAG handling in can_filter.can_mask . 2008-12-01 07:24:18 +00:00
isotprecv.c Added Id keyword propertiy on new files. 2008-11-05 14:20:52 +00:00
isotpsend.c Added Id keyword propertiy on new files. 2008-11-05 14:20:52 +00:00
isotpsniffer.c Added Id keyword propertiy on new files. 2008-11-05 14:20:52 +00:00
isotptun.c Added Id keyword propertiy on new files. 2008-11-05 14:20:52 +00:00
lib.c Fixed parse_canframe() with reordering the checks for the can_id 2008-11-28 21:50:24 +00:00
lib.h Added support for swapped byte order representation. 2008-10-29 09:23:48 +00:00
log2asc.c Added support for comments in logfiles. 2008-09-09 12:56:05 +00:00
log2long.c Whitespace fixes. Indented the code following Linux styleguide to fix 2008-06-03 08:46:57 +00:00
slcan_attach.c Reworked slcan_attach to give slcan setup values directly on the commandline. 2008-11-04 10:47:09 +00:00
terminal.h Fixed contradiction in Sourcecode discalimer. 2007-09-27 12:29:32 +00:00
vcan.c fixed comment. 2008-06-11 16:38:00 +00:00