Hi, 

How about: 

TO EXCLUDE 10.10.0.69 AND SHOW ALL EXCEPT 10.10.0.69
tcpdump | grep -v 10.10.0.69        

OR SHOW ONLY 10.10.0.69 PACKETS
tcpdump | grep 10.10.0.69   

TO NARROW IT DOWN EVEN FURTHER     
tcpdump | grep 10.10.0.69 | grep 80 


Bernhard


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
George Vieira
Sent: Thursday, 17 August 2000 16:23
To: '[EMAIL PROTECTED]'
Subject: [SLUG] TCPDUMP..


Hi all,

I'm trying to filter out a host and port at the same time but not sure how
to type the expression..

I'm trying to do the following but on 1 line:

tcpdump -x host 10.10.0.69
tcpdump -x port 80

Is there a way to do this to narrow my searchign down?

thanks,
George Vieira
Network Administrator
Citadel Computer Systems P/L
http://www.citadelcomputer.com.au
PGP Fingerprint: C697 F10B F6A0 F4E9 C5DF B3E7 F057 B03A 99E8 7F2C



--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to