Removed possibility to terminate candump with an input from stdin.
authorOliver Hartkopp <socketcan@hartkopp.net>
Fri, 9 Feb 2007 09:53:16 +0000 (09:53 +0000)
committerOliver Hartkopp <socketcan@hartkopp.net>
Fri, 9 Feb 2007 09:53:16 +0000 (09:53 +0000)
commit892c0d9e7dc3785db53b21ace154d6856de57591
tree5c5ec8cadacd0b427e7e66be310ae4a15a4021ff
parent30426b2647bc2206be548ea466ab853c9e33be6d
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.
candump.c