From owner-freebsd-hackers Fri Nov 14 11:08:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA23802 for hackers-outgoing; Fri, 14 Nov 1997 11:08:50 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA23797 for ; Fri, 14 Nov 1997 11:08:47 -0800 (PST) (envelope-from fenner@parc.xerox.com) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <54409(5)>; Fri, 14 Nov 1997 11:08:06 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177476>; Fri, 14 Nov 1997 11:07:31 -0800 To: Snob Art Genre cc: Dag-Erling Coidan Smørgrav , hackers@freebsd.org Subject: Re: Ethernet packet generation In-reply-to: Your message of "Fri, 14 Nov 97 08:33:22 PST." Date: Fri, 14 Nov 1997 11:07:24 PST From: Bill Fenner Message-Id: <97Nov14.110731pst.177476@crevenia.parc.xerox.com> Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Snob Art Genre wrote: >I think the book you want is _Unix Network Programming_, by W. Richard >Stevens. The original _Unix Network Programming_, published in 1990, doesn't have anything about BPF, designed in 1993 =) However, _Unix Network Programming, Volume 1, Second Edition: Networking APIs: Sockets and XTI_, to be published in 1998, will have a chapter on direct link access. However, in my review copy, it focuses on reading from BPF, and basically says to look at rarpd if you want to know how to write. Bill