From owner-freebsd-hackers Thu Sep 11 19:42:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA22464 for hackers-outgoing; Thu, 11 Sep 1997 19:42:28 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA22458 for ; Thu, 11 Sep 1997 19:42:25 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id UAA07105; Thu, 11 Sep 1997 20:42:12 -0600 (MDT) Date: Thu, 11 Sep 1997 20:42:12 -0600 (MDT) Message-Id: <199709120242.UAA07105@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Chuck Robey Cc: FreeBSD-Hackers Subject: Re: network programming. In-Reply-To: References: X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I have to do my very first network programming, a UDP client+server, and I > was wondering if anyone knows of how I could go about intercepting > something sent to a UDP socket, so I could use it for troubleshooting? tcpdump is your friend. :) Nate