From owner-freebsd-questions Wed Feb 22 00:14:28 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id AAA00879 for questions-outgoing; Wed, 22 Feb 1995 00:14:28 -0800 Received: from utrhcs.cs.utwente.nl (utrhcs.cs.utwente.nl [130.89.10.247]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id AAA00872 for ; Wed, 22 Feb 1995 00:14:23 -0800 Received: from utis156.cs.utwente.nl by utrhcs.cs.utwente.nl (5.0/csrelayMX-SVR4_1.0/RB) id AA24037; Wed, 22 Feb 1995 09:13:54 --100 Received: by utis156.cs.utwente.nl (4.1/RBCS-1.0.1) id AA17822; Wed, 22 Feb 95 09:13:40 +0100 To: dlr@netcom.com (dlr) Cc: questions@FreeBSD.org Subject: Re: BPF In-Reply-To: Your message of Tue, 21 Feb 1995 10:06:14 PST Date: Wed, 22 Feb 1995 09:13:39 +0100 Message-Id: <17821.793440819@utis156.cs.utwente.nl> From: Andras Olah content-length: 354 Sender: questions-owner@FreeBSD.org Precedence: bulk On Tue, 21 Feb 1995 10:06:14 PST, dlr wrote: > The Question of the day is: > > What is bpf, and why is both the ethernet and the ppp interface attached to > it? Is this part of the problem? No. BPF stands for Berkeley Packet Filter. It's a pseudo device which can be used for capturing packets from your interfaces. See also `man 1 tcpdump'. Andras