]> rtime.felk.cvut.cz Git - can-utils.git/commit
cegw improved - can filter and getaddrinfo added
authorRadek Matějka <radek.matejka@gmail.com>
Tue, 29 Jan 2013 21:13:15 +0000 (15:13 -0600)
committerRadek Matějka <radek.matejka@gmail.com>
Tue, 29 Jan 2013 21:13:15 +0000 (15:13 -0600)
commit7081955244c944791c05eab1fb7440c26038575c
treee4370d45b5ae1f8b8cfa7084d5d38c89f932bfdd
parentb5c645f83c7fc395b36918f79634ea553eae4e43
cegw improved - can filter and getaddrinfo added

Can frame filtering feature was added to cegw. Implementation and
usage follows candump utility.

The udp address is now translated using getaddrinfo. Cegw uses the
first sockaddr structure which getaddrinfo returns. The lookup is
restricted to SOCK_DGRAM and IPv4.
cegw.c