Linux-CAN / SocketCAN user space applications
 
 
 
 
Go to file
Oliver Hartkopp 3c019ea611 Added '-d' option to support the receive packet drop counting introduced in
http://git.kernel.org/?p=linux/kernel/git/davem/net-next-2.6.git;a=commitdiff;h=3b885787ea4112eaa80945999ea0901bf742707f

This is done by using recvmsg() instead of recvfrom() to allow the timestamp
and the dropcounter to be received within one syscall.

When the application (here 'candump') ist not fast enough to process the
incomming CAN frames the frames are dropped in the socket receive queue.
When this happens and '-d' is set, we get this info now:
DROPCOUNT: dropped 1 CAN frame on 'xxx' socket (total drops 1)
2010-01-15 18:35:37 +00:00
Makefile Added '-d' option to support the receive packet drop counting introduced in 2010-01-15 18:35:37 +00:00
asc2log.c Consistencely allow '-?' to get a help text. 2009-01-13 09:32:45 +00:00
bcmserver.c Move BCM server into can-utils as it is not test application anymore. 2009-09-10 07:39:33 +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 '-d' option to support the receive packet drop counting introduced in 2010-01-15 18:35:37 +00:00
canfdtest.c can-utils: canfdtest, a full duplex test to find out-of-order messages 2009-11-25 11:18:22 +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 fflush the new configurable stdout output to allow proper pipe/netcat setups. 2009-11-25 18:51:31 +00:00
cansend.c Whitespace fixes. Indented the code following Linux styleguide to fix 2008-06-03 08:46:57 +00:00
cansniffer.c Consistencely allow '-?' to get a help text. 2009-01-13 09:32:45 +00:00
isotpdump.c Consistencely allow '-?' to get a help text. 2009-01-13 09:32:45 +00:00
isotprecv.c Consistencely allow '-?' to get a help text. 2009-01-13 09:32:45 +00:00
isotpsend.c Consistencely allow '-?' to get a help text. 2009-01-13 09:32:45 +00:00
isotpsniffer.c Consistencely allow '-?' to get a help text. 2009-01-13 09:32:45 +00:00
isotptun.c Allow to specify the name of the IP tunnel netdevice via commandline option '-n <name>' 2009-11-25 17:15:09 +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 Consistencely allow '-?' to get a help text. 2009-01-13 09:32:45 +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 Consistencely allow '-?' to get a help text. 2009-01-13 09:32:45 +00:00
slcand.c Added slcand daemon contributed by Robert Haddon <robert.haddon@verari.com> 2009-05-05 09:40:10 +00:00
slcanpty.c Spagetti code cleanup: 2009-02-15 17:40:32 +00:00
terminal.h Fixed contradiction in Sourcecode discalimer. 2007-09-27 12:29:32 +00:00