From owner-freebsd-questions@FreeBSD.ORG Fri Aug 29 10:35:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56E07106566B for ; Fri, 29 Aug 2008 10:35:46 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6B5D68FC14 for ; Fri, 29 Aug 2008 10:35:45 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m7TAZg5S002857; Fri, 29 Aug 2008 12:35:42 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m7TAZdjw002854; Fri, 29 Aug 2008 12:35:41 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 29 Aug 2008 12:35:39 +0200 (CEST) From: Wojciech Puchar To: EdwardKing In-Reply-To: <002e01c908ba$a0bd2760$3f83a8c0@neusofteaf5839> Message-ID: <20080829123514.C2845@wojtek.tensor.gdynia.pl> References: <002e01c908ba$a0bd2760$3f83a8c0@neusofteaf5839> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Subject: Re: Where is wrong with tcpdump? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2008 10:35:46 -0000 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 "freebsd-questions-unsubscribe@freebsd.org" > >