On Fri, May 28, 2004 at 06:33:07PM -0700, SHAH,MEHUL wrote: > I am looking for pf (specifically, scrub) source code. I downloaded the > openBSD src but I am not a software guy and unfamiliar with the BSD src > tree.
You're looking for src/sys/net/pf_norm.c, but you might also be interested in the pf_test_state_tcp() function in src/sys/net/pf.c which handles the tcp sequence tracking magic.
