diff --git a/candump.c b/candump.c index f2762f9..cbe821e 100644 --- a/candump.c +++ b/candump.c @@ -279,6 +279,9 @@ int main(int argc, char **argv) return 1; } + /* disable default receive filter on this write-only RAW socket */ + setsockopt(bridge, SOL_CAN_RAW, CAN_RAW_FILTER, NULL, 0); + if (opt == 'B') { int loopback = 0;