From owner-freebsd-current Sat Dec 7 10:10:40 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA02721 for current-outgoing; Sat, 7 Dec 1996 10:10:40 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id KAA02716 for ; Sat, 7 Dec 1996 10:10:37 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <16688(7)>; Sat, 7 Dec 1996 10:10:05 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177711>; Sat, 7 Dec 1996 10:09:55 -0800 To: Greg Lehey cc: FreeBSD-current@freebsd.org (FreeBSD current users) Subject: Re: Problems with PLIP driver? In-reply-to: Your message of "Fri, 06 Dec 96 09:32:46 PST." <199612061732.SAA02168@freebie.lemis.de> Date: Sat, 7 Dec 1996 10:09:50 PST From: Bill Fenner Message-Id: <96Dec7.100955pst.177711@crevenia.parc.xerox.com> Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199612061732.SAA02168@freebie.lemis.de> you write: >2. There's definitely a bug in the bpf code, causing 100% of all > messages to be reported as invalid. I think I can find that one > by myself. It's the fact that the header is supposed to be an int containing the address family, not a short containing the ethertype. I posted this fix a long time ago and apparently nobody ever thought it worthwhile. I don't have the diff any more, but it's small. (And the web page's mailing list search is broken so I can't try to find them there...) Bill