How do I test for NO tcp flags being set, in ipfilter?

2004-03-02 Thread Shaun T. Erickson
See subject. :) -ste ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: How do I test for NO tcp flags being set, in ipfilter?

2004-03-02 Thread Jerry McAllister
See subject. :) A note: That is impolite and unhelpful. You should put your information including the auestion in the body of the message. Without that, the question does not show up in the edit file for a response unless the person responding qoes way out of their way to grab it.

Re: How do I test for NO tcp flags being set, in ipfilter?

2004-03-02 Thread Shaun T. Erickson
Jerry McAllister wrote: See subject. :) A note: That is impolite and unhelpful. You should put your information including the auestion in the body of the message. My sincere apologys. I was trying to be helpful by not repeating myself, and wasting bandwidth when my entire question was

How do I test for NO tcp flags being set, in ipfilter? (repost)

2004-03-02 Thread Shaun T. Erickson
How do I test for NO tcp flags being set, in ipfilter? -ste ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: How do I test for NO tcp flags being set, in ipfilter? (repost)

2004-03-02 Thread Danny Pansters
On Tuesday 02 March 2004 18:27, Shaun T. Erickson wrote: How do I test for NO tcp flags being set, in ipfilter? You can filter on TCP flags but seems to me what you really mean is how to check for no TCP options (nop) rather than no flags: 'with opt nop' is a syntax that should work. WRT

Re: How do I test for NO tcp flags being set, in ipfilter? (repost)

2004-03-02 Thread Shaun T. Erickson
Danny Pansters wrote: On Tuesday 02 March 2004 18:27, Shaun T. Erickson wrote: How do I test for NO tcp flags being set, in ipfilter? You can filter on TCP flags but seems to me what you really mean is how to check for no TCP options (nop) rather than no flags: 'with opt nop' is a syntax