From owner-freebsd-questions@FreeBSD.ORG Mon Jun 20 08:25:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3CA8416A41C for ; Mon, 20 Jun 2005 08:25:45 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39CD143D1D for ; Mon, 20 Jun 2005 08:25:43 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j5K8Pf98005843 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 20 Jun 2005 15:25:41 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j5K8PewZ067643; Mon, 20 Jun 2005 15:25:40 +0700 (ICT) Date: Mon, 20 Jun 2005 15:25:40 +0700 (ICT) Message-Id: <200506200825.j5K8PewZ067643@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: Spy on a socket 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: Mon, 20 Jun 2005 08:25:45 -0000 Hi, I have an application with two processes that communicate using a Unix Socket. Is there a way, similar to tcpdump, to spy on the traffic excahnged on that socket? TIA Olivier