Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!cornell!uw-beaver!rice!sun-spots-request From: auspex!guy@uunet.uu.net (Guy Harris) Newsgroups: comp.sys.sun Subject: Re: NNSTAT problems under SUNOS 4.0 Message-ID: <542@auspex.UUCP> Date: 12 Dec 88 14:18:01 GMT References: <8811162300.AA19393@uunet.UU.NET> Sender: usenet@rice.edu Organization: Rice University, Houston, Texas Lines: 15 Approved: Sun-Spots@rice.edu Original-Date: 30 Nov 88 18:17:22 GMT X-Sun-Spots-Digest: Volume 7, Issue 48, message 2 of 12 >The NNSTAT I have is from the os-cisu archives. Is it supposed to run >under SUNOS 4.0 No. The NIT mechanism was redone in 4.0; it's implemented under streams (the rest of the networking code is still implemented under a 4BSD framework - 4.3BSD in the case of 4.0). Code that uses it will also have to be redone, although you do now get to use a "packet filter" that's similar to the Stanford packet filter (if you're not interested in seeing every packet, and your criterion can be expressed in the packet filter's language, you can have uninteresting packets filtered out at a low level, so your program doesn't have to wake up and read them). See NIT(4P), NIT_IF(4M), NIT_BUF(4M), and NIT_PF(4M).