> I just found out with some more experimentation, that you can have multiple
> filters with each filter in ( ) and then OR each filter.

That's not multiple filter expressions, that's one filter expression
with subexpressions - i.e.

        tcp or udp

is one filter expression, and you could put it in a file as

        tcp or udp

or as

        tcp
        or
        udp

or as

        tcp or
        udp

You can also just put it in on the command line as

        tcpdump tcp or udp
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe

Reply via email to