Linux-CAN / SocketCAN user space applications
 
 
 
 
Go to file
Oliver Hartkopp f1c095d801 Added automatic extended frame format recognition.
Most SocketCAN userspace tools (like cansend) recognize the EFF by the 
stringlength of the given CAN-ID: 3 -> SFF , 8 -> EFF.
This was missing in the candump filter definition and therefore the 
values had to be specified with the CAN_EFF_FLAG set in the value, e.g.
92345678 for the extended CAN-ID 12345678 - this was not really nice.

Now the filtersets for extended frames can be specified as expected:
12345678:1FFFFFFF to filter for only 12345678 extended CAN-ID
000000AA:1FFFFFFF to filter for only AA extended CAN-ID.
2008-07-02 04:05:11 +00:00
Makefile Removed bad hacks in vcan.c and slcan_attach.c. 2008-06-11 16:35:19 +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 Added automatic extended frame format recognition. 2008-07-02 04:05:11 +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 Fixed condition pointed out by Uwe Bonnes: 2008-06-26 14:35:46 +00:00
cansend.c Whitespace fixes. Indented the code following Linux styleguide to fix 2008-06-03 08:46:57 +00:00
cansniffer.c Whitespace fixes. Indented the code following Linux styleguide to fix 2008-06-03 08:46:57 +00:00
lib.c Added silent correction for can_dlc out of range. 2008-07-01 11:31:59 +00:00
lib.h Fix typo. 2008-06-20 09:19:13 +00:00
log2asc.c Whitespace fixes. Indented the code following Linux styleguide to fix 2008-06-03 08:46:57 +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 Removed bad hacks in vcan.c and slcan_attach.c. 2008-06-11 16:35:19 +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