Date: Sat, 13 Jun 1998 10:37:39 +0100 (BST) From: Lee Johnston <ljohnston@cyberworld.demon.co.uk> To: ekke@computer-solutions.ab.ca (Ekke Loo) Cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail Message-ID: <199806130937.KAA00827@gate.ljis.ml.org> In-Reply-To: <001f01bd9675$b00e2920$0201a8c0@home.computersolutions.ab.ca> from Ekke Loo at "Jun 12, 98 08:48:04 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Hi ekke, > I installed trafshow and recieve: > > trafshow: /dev/bpf0: Device not configured > > could someone enlighten me as to what /dev/bpf0 is and how to configure this > device... Trafshow uses bpf0 to do kernel level IP packet logging, etc. So the pseudo device /dev/bpf0 must be in the kernel. To do this add a line similar to this into the kernel config file: pseudo-device bpfilter 1 Then remake the kernel. For information on that see the handbook under custom kernel of something like that. > thanks in advance > > ekke > Hope this helps. Lee. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806130937.KAA00827>