Jeff Kinz wrote:
alias eth0q='tcpdump -a -vi eth0 '\''not ( ( host 64.12.30.95 ) or ( arp ) or ( port 110 ) or ( port 80 ) or ( port 25) or ( port 53 ))'\'''
A similar one to ignore ssh traffic might be:
alias eth0nossh='tcpdump -a -vi eth0 '\''not ( (port 22 ) ) '\'''
I'll try that. Thanks.
-- Bill Gradwohl bill@xxxxxxx http://www.ycc.com spamSTOMPER Protected email