George Vieira <[EMAIL PROTECTED]> writes:

> 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?
> 

try:

tcpdump -x \( host 10.10.0.69 and port 21 \)


Also, check out tcpdump2ascii - sometimes it's a lot better to 
look at ascii instead of hex!

--
:%s/[Ll]inux/GNU\/Linux/g



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

Reply via email to