From owner-freebsd-current Fri Dec 13 14:07:30 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA20807 for current-outgoing; Fri, 13 Dec 1996 14:07:30 -0800 (PST) Received: from suntan.tandem.com (suntan.tandem.com [192.216.221.8]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id OAA20789 for ; Fri, 13 Dec 1996 14:07:27 -0800 (PST) Received: from papillon.lemis.de by suntan.tandem.com (8.6.12/suntan5.961027) id OAA27985; Fri, 13 Dec 1996 14:07:26 -0800 From: Greg Lehey Received: (grog@localhost) by papillon.lemis.de (8.8.4/8.6.12) id NAA00279; Thu, 12 Dec 1996 13:36:24 -0500 (EST) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Message-Id: <199612121836.NAA00279@papillon.lemis.de> Subject: Re: Problems with PLIP driver? In-Reply-To: <96Dec7.100955pst.177711@crevenia.parc.xerox.com> from Bill Fenner at "Dec 7, 96 10:09:50 am" To: fenner@parc.xerox.com (Bill Fenner) Date: Thu, 12 Dec 1996 13:36:23 -0500 (EST) Cc: FreeBSD-current@FreeBSD.ORG (FreeBSD current users) X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bill Fenner writes: > 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...) Thanks. Yes, I found that out. I have a nasty kludge that I put together because I was in a hurry. I sent it to Poul-Henning, but I intend to do something better. Greg