2010/6/14 Matthew Dempsky <matt...@dempsky.org>: > 2010/6/12 Vadim Jukov <persg...@gmail.com>: >> This is a work-in-progress patch that implements direct packet inspection >> in PF. > > Is there a reason not to reuse bpf for this?
Stuart Henderson already mentioned that Reyk Floeter had something. I kept going this way as it looked simple enough for me. To compare, what's better, BPF or "hand-rolled" check, I need to see both implementations. :) I'm doing this work in my spare time, and do not bother about time as much as about getting reliable, compact, simple and fast code. -- WBR, Vadim Zhukov