(E-Mail Removed) wrote:
> Does netfilter look at all packets or just packets that are not part of
> an established connection?
All. How else would you be able to filter based on whether it is NEW,
RELATED, ESTABLISHED, or INVALID?
If it only looks at packets that are not
> part of an established connection how can it tell. Does it look to see
> if the SYN flag is set or does it look for the absence of an ACK bit?
I'm sure you should be able to find this with google. Or look at
netfilter's code. In other words, how the hell should I know, it just does.