From owner-freebsd-hackers Fri Nov 21 13:46:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA16241 for hackers-outgoing; Fri, 21 Nov 1997 13:46:40 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA16236 for ; Fri, 21 Nov 1997 13:46:37 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id OAA29657 for ; Fri, 21 Nov 1997 14:46:29 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id OAA15613; Fri, 21 Nov 1997 14:46:27 -0700 Date: Fri, 21 Nov 1997 14:46:27 -0700 Message-Id: <199711212146.OAA15613@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: hackers@FreeBSD.org Subject: Getting ethernet packets content under FreeBSD? X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Is it possible to easily? I'm trying to debug a protocol, and w/out the contents of the data being sent in the packets it's awful hard to do. Is there anyway of dumping out the actual packet contents somewhere instead of dumping out the packet headers, which are less than useful for upper-layer TCP/IP protocol debugging. (Yes, I understand the possibility of packet snooping for passwords, etc.. that can occur if this is possible, but I don't want to have to go by a packet analyzer of hack tcpdump if I don't have to.) Nate