Re: Where is wrong with tcpdump?

2008-08-29 Thread Wojciech Puchar


On Thu, 28 Aug 2008, EdwardKing wrote:


I want to watch ip:172.0.10.2 port:19 TCP information,so I use following 
command:
#tcpdump tcp port 19 host 172.0.10.2
tcpdump: syntax error

Why? How to do it?


tcpdump tcp port 19 and host 172.0.10.2




Thanks


--
Confidentiality Notice: The information contained in this e-mail and any
accompanying attachment(s) is intended only for the use of the intended
recipient and may be confidential and/or privileged of Neusoft Corporation, its 
subsidiaries and/or its affiliates. If any reader of this communication is not 
the intended recipient, unauthorized use, forwarding, printing, storing, 
disclosure or copying is strictly prohibited, and may be unlawful. If you have 
received this communication in error, please immediately notify the sender by 
return e-mail, and delete the original message and all copies from your system. 
Thank you.
---

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Where is wrong with tcpdump?

2008-08-28 Thread EdwardKing
I want to watch ip:172.0.10.2 port:19 TCP information,so I use following 
command:
#tcpdump tcp port 19 host 172.0.10.2
tcpdump: syntax error

Why? How to do it?

Thanks


--
Confidentiality Notice: The information contained in this e-mail and any
accompanying attachment(s) is intended only for the use of the intended
recipient and may be confidential and/or privileged of Neusoft Corporation, its 
subsidiaries and/or its affiliates. If any reader of this communication is not 
the intended recipient, unauthorized use, forwarding, printing, storing, 
disclosure or copying is strictly prohibited, and may be unlawful. If you have 
received this communication in error, please immediately notify the sender by 
return e-mail, and delete the original message and all copies from your system. 
Thank you. 
---

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Where is wrong with tcpdump?

2008-08-28 Thread Olivier Nicole
 tcpdump tcp port 19 host 172.0.10.2

tcpdump tcp port 19 and host 172.0.10.2
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Where is wrong with tcpdump?

2008-08-28 Thread Paul A. Procacci
EdwardKing wrote:
 I want to watch ip:172.0.10.2 port:19 TCP information,so I use following 
 command:
 #tcpdump tcp port 19 host 172.0.10.2
 tcpdump: syntax error

 Why? How to do it?

 Thanks


 --
 Confidentiality Notice: The information contained in this e-mail and any
 accompanying attachment(s) is intended only for the use of the intended
 recipient and may be confidential and/or privileged of Neusoft Corporation, 
 its subsidiaries and/or its affiliates. If any reader of this communication 
 is not the intended recipient, unauthorized use, forwarding, printing, 
 storing, disclosure or copying is strictly prohibited, and may be unlawful. 
 If you have received this communication in error, please immediately notify 
 the sender by return e-mail, and delete the original message and all copies 
 from your system. Thank you. 
 ---

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
   
tcpdump tcp port 19 and host 172.0.10.2

Works here; P
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]