[EMAIL PROTECTED] wrote: >Trying to exclude 2 addresses... >Having no luck, any ideas anyone.
I do this by simply filtering. Under the Admin tab and ChangeFilter you can add a statement like this: not host 192.168.1.100 and not 192.168.1.101 Then add it to your startup with the: -B "not host 192.168.1.100 and not 192.168.1.101" Be sure and use the quotes.. Do a man tcpdump for more info Good luck, Bill
