New issue 29 by emmanuel...@googlemail.com: Correct BPF filter attachement
http://code.google.com/p/netsniff-ng/issues/detail?id=29
To attach a BPF filter to a PF socket we use the wrong input parameter. It
is a miracle is did work before. Attaching a "struct sock_fprog" will make
things easier for the compatibility mode too.
Comment #1 on issue 29 by emmanuel...@googlemail.com: Correct BPF filter
attachement
http://code.google.com/p/netsniff-ng/issues/detail?id=29
Done with r420.
The TX ring was not completely fixed. r421 completes it.