--- libaitio/example/bpf.c 2013/06/25 19:33:23 1.1.2.8 +++ libaitio/example/bpf.c 2013/06/26 12:27:40 1.1.2.9 @@ -345,7 +345,7 @@ main(int argc, char **argv) if (poll(&pfd, 1, -1) == -1) break; - ret = io_etherRecv(dev, buffer, siz, NULL); + ret = io_etherRecv(dev, buffer, siz, bz); if (ret == -1) printf("%d) io_etherRecv(%d) #%d - %s\n", i, ret, io_GetErrno(), io_GetError());