From owner-freebsd-questions Thu Mar 9 13:32:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (fedde.littleton.co.us [216.17.174.44]) by hub.freebsd.org (Postfix) with ESMTP id 5453C37B828 for ; Thu, 9 Mar 2000 13:32:17 -0800 (PST) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost.fedde.littleton.co.us [127.0.0.1]) by fedde.littleton.co.us (8.10.0.Beta12/8.10.0.Beta10) with ESMTP id e29LVpm64561; Thu, 9 Mar 2000 14:31:51 -0700 (MST) Message-Id: <200003092131.e29LVpm64561@fedde.littleton.co.us> To: Kaoutar El Maghraoui <961TA56794@stud.alakhawayn.ma> Cc: freebsd-questions@FreeBSD.ORG From: Chris Fedde Subject: Re: Tcpdump In-reply-to: Your message of "Thu, 09 Mar 2000 19:53:55 GMT." Date: Thu, 09 Mar 2000 14:31:51 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kaoutar El Maghraoui writes: +--------------- | Hello everybody, | I want to use tcpdumb usder FreeBSd, however it gave me an error saying +--------------- ^^^^^^^ he he... :-) +--------------- | that I don't have the file bpf1. does anybody know how to fix this | problem. | Thanks in advance +--------------- You'll need to re-compile your kernel so that it has the BPF psuedo-devices. Add the lines from the LINT config file to your custom config file: # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. pseudo-device bpfilter 4 #Berkeley packet filter Good Luck chris __ Chris Fedde 303 773 9134 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message