Commit Graph

  • 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