Linux-CAN / SocketCAN user space applications
 
 
 
 
Go to file
Oliver Hartkopp a51be177d8 isotp[send|recv]: change command line option for padding bytes
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>
2014-11-20 23:13:37 +01:00
config/m4 add autotools infrastructure 2010-04-19 12:12:18 +00:00
include/linux isotp: add tool support for ISO 15765-2:2015 with CAN FD 2014-11-16 22:24:04 +01:00
.gitignore gitignore: added tarballs 2012-01-11 12:14:15 +01:00
Android.mk Android.mk: canbusload: fix compilation, make use of libcan 2014-01-31 11:52:20 +01:00
GNUmakefile.am Add missing header canframelen.h to noinst_HEADERS 2014-07-08 09:18:12 +02:00
Makefile Makefile: add large file support (LFS) 2014-02-26 19:49:08 +01:00
asc2log.c asc2log: inform about uninstalled locales at date conversion failures 2013-11-28 16:12:17 +01:00
autogen.sh do not use --symlink for autoreconf 2014-07-02 16:03:34 +02:00
bcmserver.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
can-calc-bit-timing.c can-calc-bit-timing: add a proper GNU license agreement 2014-02-27 22:08:04 +01:00
canbusload.c canbusload: print bitstuffing mode when showing current time is enabled 2014-02-01 21:30:12 +01:00
candump.c candump: fix off-by-one error in dropcount calculation 2014-10-23 19:27:09 +02:00
canfdtest.c treewide: replace berlios contact email by linux-can@vger.kernel.org 2012-01-11 12:14:15 +01:00
canframelen.c canbusload: Fix worst-case frame length estimation 2014-01-30 16:23:32 +01:00
canframelen.h Add license to canframelen.h 2014-01-31 11:52:15 +01:00
cangen.c cangen: use long long in time computation for -g to support >2.1s 2013-02-07 13:57:49 +01:00
cangw.c cangw: add an option for the per rule limitation of frame hops 2013-09-04 20:30:34 +02:00
canlogserver.c can-utils: trivial: fix typos concerning "separation" and "useful" 2013-08-15 21:09:27 +02:00
canplayer.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
cansend.c can-utils: trivial: fix typos concerning "separation" and "useful" 2013-08-15 21:09:27 +02:00
cansniffer.c cansniffer: increase resolution for timeout values 2014-06-24 21:36:55 +02:00
configure.ac configure: add checks for large file support (LFS) 2014-02-26 19:49:15 +01:00
isotpdump.c isotp: add tool support for ISO 15765-2:2015 with CAN FD 2014-11-16 22:24:04 +01:00
isotprecv.c isotp[send|recv]: change command line option for padding bytes 2014-11-20 23:13:37 +01:00
isotpsend.c isotp[send|recv]: change command line option for padding bytes 2014-11-20 23:13:37 +01:00
isotpserver.c isotp: fix copy paste error for isotp padding config 2014-10-23 19:07:54 +02:00
isotpsniffer.c isotp: added support for separate extended address in rx path 2014-11-16 20:38:31 +01:00
isotptun.c isotp: fix copy paste error for isotp padding config 2014-10-23 19:07:54 +02:00
lib.c lib: optimize sprint_[long_]canframe() 2014-05-05 22:13:38 +02:00
lib.h can-utils: trivial: fix typos concerning "separation" and "useful" 2013-08-15 21:09:27 +02:00
log2asc.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
log2long.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
slcan_attach.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
slcand.c slcand: include <sys/socket.h> 2014-01-31 12:00:19 +01:00
slcanpty.c slcanpty: declare command buffer static 2014-01-16 16:31:50 +01:00
terminal.h remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00