From owner-freebsd-questions Sun Feb 15 16:14:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA21496 for freebsd-questions-outgoing; Sun, 15 Feb 1998 16:14:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cobra.ordata.com (cobra.ordata.com [207.48.96.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA21491 for ; Sun, 15 Feb 1998 16:14:22 -0800 (PST) (envelope-from dklindt@ordata.com) Received: from scout.willamette.net (scout.willamette.net [206.100.174.18]) by cobra.ordata.com (8.8.8/8.8.8) with SMTP id QAA02228 for ; Sun, 15 Feb 1998 16:15:01 GMT Message-Id: <199802151615.QAA02228@cobra.ordata.com> Comments: Authenticated sender is From: "David P. Klindt" Organization: Data Research Group, Inc. To: freebsd-questions@FreeBSD.ORG Date: Sun, 15 Feb 1998 16:19:03 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: BPF Assistance Reply-to: dklindt@ordata.com X-mailer: Pegasus Mail for Win32 (v2.42a) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Looking for some detail help about compiling a kernel to include the bpf. This requirement has surfaced because I want to use nfr (http://www.nfr.com) - a network management tool. To date, I have not discovered any complete and accurate procedures for completing this task. I have completed the following items do far - without success. 1. Have the following files in /usr/src/sys/net bpf.c bpf.h bpf_compat.h bpf_filter.c bpfdesc.h 2. For lack of better understanding, placed in my kernel config file: pseudo-device bpf 3. In the /usr/src/sys/conf/files the following lines were was added: net/bpf.c optional bpfilter always-source net/bpf_filter.c optional bpfilter 4. I have complied the kernel with no apparent errors. When I look at the /var/log/messages and see no indication the ether net card has entered the promiscuous mode. I am hoping someone can provide me a place to look for a single source answer to this procedures needed to complete this task. Best Regards dklindt@ordata.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message