Commit Graph

  • 592c916948 Updated the canplayer to accept logfile timestamps in the future (which is very nice when you don't have a RTC and your systemtime is somewhere in the 1970's :) Added a new commandline option to skip timestamp jumps greater than x seconds to allow to concatenate different logfiles that replay constantly and not waiting for the absolute timestamp offsets. Oliver Hartkopp 2007-09-07 11:15:22 +0000
  • e5de3cbeeb Removed "unused variable i" warning for the dry-run testing. Oliver Hartkopp 2007-08-03 11:17:10 +0000
  • 8d365bc5b0 Added the blanking of 'old' data when the can_dlc decreases between two receiptions of the same can_id. Thanks to Andre Naujoks for the bug report. Oliver Hartkopp 2007-07-16 09:52:43 +0000
  • 01a8c5d32b Added -B option to display binary content with a gap after each data byte. This option is similar to -b but may exceed the 80 char boundary. Oliver Hartkopp 2007-07-16 08:29:28 +0000
  • 477c00752b Fixed compilation warning on 64bit architectures. Thanks to Neal Probert for the hint. Oliver Hartkopp 2007-07-08 12:44:12 +0000
  • e7d585a1c8 Add vcan config tool to Makefile. Urs Thuermann 2007-07-07 01:36:36 +0000
  • d90f47ef9c Add a tool "vcan" to add/remove vcan interfaces. Urs Thuermann 2007-07-06 15:50:55 +0000
  • 47ca8b7900 Updated LDISC number to 17 (16 is occupied in the Kernel) Oliver Hartkopp 2007-06-25 13:05:43 +0000
  • 404bf3b1bd Added option '-x' to disable local loopback for sent CAN frames. Oliver Hartkopp 2007-06-22 08:33:18 +0000
  • a121452698 Changed option name '-l' to '-x' as this option should also go into canplayer. Cosmetics in print_help(). Oliver Hartkopp 2007-06-22 08:25:34 +0000
  • c2c6579bd6 Added option '-l' to disable local loopback for generated data. Oliver Hartkopp 2007-06-22 08:04:48 +0000
  • f1e643f8f1 Added program exit on SIOCGIFINDEX error. Oliver Hartkopp 2007-06-18 20:04:23 +0000
  • e49fb4c134 Disabled obsolte receive filter. Added error checking for SIOCGIFINDEX. Oliver Hartkopp 2007-06-18 19:59:20 +0000
  • 5723c5ce86 Added new commandline option '-B' which acts like the bridging option '-b' but disables the local loopback functionality (for ECU analysis and MITM-attacks :) Fixed missing fflush(). Oliver Hartkopp 2007-05-30 07:20:18 +0000
  • 33e6337cde Added missing initialisation to prevent a gcc warning. Oliver Hartkopp 2007-05-09 07:33:34 +0000
  • 60b77912ab Fixed Makefiles to compile test-apps and can-utils again. Added new commandline parameter (linediscipline value) to slcan_attach. Oliver Hartkopp 2007-03-05 21:58:28 +0000
  • 79cc51a867 Added CAN interface driver for low-cost CAN-Interfaces with ASCII protocol via serial (or quasi serial via USB) lines. Oliver Hartkopp 2007-02-22 12:47:37 +0000
  • aca93c6867 Added Option -l ('l'oop) to make the canplayer replay a given file more than one time. To replay a given file infinitely say '-l i'. Of course it is not possible/reasonable to define '-l' when reading from stdin ... Oliver Hartkopp 2007-02-12 08:36:38 +0000
  • 892c0d9e7d Removed possibility to terminate candump with an input from stdin. Therefore it can be used in scripts now, e.g. for CAN-frame bridging: candump can1 -mFFF -v123 -b can3 -s 2 & Use CTRL-C to terminate candump. Oliver Hartkopp 2007-02-09 09:53:16 +0000
  • 30426b2647 Renamed can-sniffer to cansniffer. Oliver Hartkopp 2007-02-08 13:18:07 +0000
  • 3d26e6f710 Fixed typo in log2asc.c Added asc2log.c to convert existing CANoe/CANalyser logfiles into socketcan logfiles (with absolute and full qualified timestamps). The date and the other settings (dec/hex absolute/relative) are taken from the head of the ASC files. Oliver Hartkopp 2007-01-10 17:18:01 +0000
  • c2424910ac Some new ASC files support 6 digits in decimal place. Added new option '-4' to generate 'old-style' ASC files. Oliver Hartkopp 2007-01-09 16:01:46 +0000
  • f1284e83aa Added option '-L' to candump to create the compact logfile output on stdout. Oliver Hartkopp 2007-01-07 11:19:37 +0000
  • 4d129ea348 Minor fix and cosmetics in color handling in candump.c . Oliver Hartkopp 2007-01-06 15:43:12 +0000
  • f95fc47ec8 - added error frame support in lib.c - added sprint_* functions for CAN-frame output in lib.c / lib.h - added comments / cosmetics Oliver Hartkopp 2007-01-01 18:29:52 +0000
  • 50e8c467af Added include <sys/socket.h> to lib.c after discussion on commit-mailing-list. Fixed comments. Fixed Makefile (remove all *.o files / added empty line at end of file). Oliver Hartkopp 2006-10-31 10:41:21 +0000
  • 99a3bba852 Added tiny tool cansend and a library to parse ASCII CAN frames (e.g. from the command line) that are defined in one concatenated string. This is a requirement for the comming command line tool 'bcmsend' that allows to send more than one CAN frame at a time. Oliver Hartkopp 2006-10-30 13:14:36 +0000
  • 063c62c665 changed user space programs to use new include files. added missing include file <net/if.h> in most programs. added volatile modifier to "int running" in candump.c. Urs Thuermann 2006-10-24 13:55:43 +0000
  • cee2fc2fd0 Remove remnants of the projects VW history (Email addresses, Makefile targets). Move version.h to include/linux/can. Fix Makefiles to include raw.ko and bcm.ko in compilation and to make vcan compile again. Change ioctl names in SJA1000 driver to make it compile again. Add parenthesis around assignment in vcan.c to eliminate gcc warning. Urs Thuermann 2006-07-07 06:58:26 +0000
  • 46cdac2554 add Id to svn:keywords property. Urs Thuermann 2006-05-11 07:59:37 +0000
  • e7a59a9ea4 Initial import of llcf-2.0-pre2 Urs Thuermann 2006-04-24 14:14:09 +0000