Hi,

I'm looking for implementation which does the
following operation on two given tcpdump filters :

1.  contains(filter1, filter2)

contains method tells whether 'filter1' has the
expression 'filter2' in it or not

Example :

. contains("host foo and bar", "host bar"), returns
true 
. contains ("host foo and bar", "host bar or foo"),
returns true
. contains ("host foo and bar", "!host bar"), returns
false
. contains ("host foo and bar", "host bar and foo"),
return true

or, any hints on how to implement this will be really
appreciated.

Thanks,

Kishore.

__________________________________________________
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

-
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