From owner-freebsd-questions@FreeBSD.ORG Tue Jul 25 17:47:24 2006 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 8F40C16A4E1 for ; Tue, 25 Jul 2006 17:47:24 +0000 (UTC) (envelope-from scphantm@yahoo.com) Received: from ms-smtp-01.tampabay.rr.com (ms-smtp-01.tampabay.rr.com [65.32.5.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0372F43D49 for ; Tue, 25 Jul 2006 17:47:23 +0000 (GMT) (envelope-from scphantm@yahoo.com) Received: from [192.168.0.56] (94.146.205.68.cfl.res.rr.com [68.205.146.94]) by ms-smtp-01.tampabay.rr.com (8.13.6/8.13.6) with ESMTP id k6PHlL5O014257 for ; Tue, 25 Jul 2006 13:47:22 -0400 (EDT) Message-ID: <44C65765.4090401@yahoo.com> Date: Tue, 25 Jul 2006 13:39:49 -0400 From: Steel City Phantom User-Agent: Thunderbird 1.5 (X11/20060226) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <44C51D80.8060306@yahoo.com> <20060725011022.GD27489@jeeves.stilyagin.local> <44C63BBE.90102@yahoo.com> <44C64486.3030005@mac.com> In-Reply-To: <44C64486.3030005@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: dumping net traffic to log file 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: Tue, 25 Jul 2006 17:47:24 -0000 Great, im making good progress here. it seems like tcpdump only captures the headers, is there a way to capture the entire packet, data and all? thanks guys Chuck Swiger wrote: > Steel City Phantom wrote: > [ ...top posting is confusing... ] >> im trying the command >> tcpdump -i em0 > traffic.log >> and i get the response >> tcpdump: (no devices found) /dev/bpf0: No such file or directory > > You'll need to recompile your kernel with "device bpf", although it is > normally enabled in the GENERIC kernel by default. >