From owner-freebsd-questions@FreeBSD.ORG Mon Mar 8 10:06:48 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B79816A4CE for ; Mon, 8 Mar 2004 10:06:48 -0800 (PST) Received: from ap1.zora.nl (ap1.zora.nl [80.85.35.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD4643D2D for ; Mon, 8 Mar 2004 10:06:47 -0800 (PST) (envelope-from ksenia@ksenia.nl) Received: from [192.168.0.2] (royz.zoranet.nl [80.85.34.52]) by ap1.zora.nl (Postfix) with ESMTP id 3944629006F for ; Mon, 8 Mar 2004 19:06:44 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v612) Content-Transfer-Encoding: 7bit Message-Id: <5D2C4A3C-712B-11D8-AE93-000A957911BC@ksenia.nl> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: Ksenia Marasanova Date: Mon, 8 Mar 2004 19:06:46 +0100 X-Mailer: Apple Mail (2.612) Subject: tcpflow and lo0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2004 18:06:48 -0000 Hi list, Just want to make sure this is not a FreeBSD issue: Is anyone using tcpflow to sniff packets on loopback interface? When I try # tcpflow -c -v -i lo0 (-v to get all possible debug messages) and then ping localhost for example, I always get: tcpflow[31634]: warning: received non-AF_INET null frame (type 33554432) I am using FreeBSD -stable. Thanx Ksenia.