Path: utzoo!mnetor!tmsoft!torsqnt!lethe!yunexus!ists!helios.physics.utoronto.ca!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!ukc!acorn!unipalm!leo From: leo@unipalm.uucp (E.J. Leoni-Smith) Newsgroups: comp.dcom.lans Subject: Re: NDIS mailing list/developers conference Message-ID: <1991Feb6.221425.6029@unipalm.uucp> Date: 6 Feb 91 22:14:25 GMT References: <1991Feb4.231747.28012@tmsoft.uucp> Organization: Unipalm Ltd., Cambridge, England Lines: 20 mshiels@tmsoft.uucp (Michael A. Shiels) writes: >Is there an NDIS developers conference/mailing list anywhere? Would we like >to create one if there isn't one. I am starting to look into NDIS drivers >and protocol stacks and would like to have a forum for questions/answers. Maybe a newsgroup? I certainly would like more info and feedback on these drivers - many of the ones we see are definitely - er - flaky? >Here's the first question! >Is it possible to have protocol stacks which are running providing the netbios >connection for LANMAN and at the same time run a Packet watcher with it getting >a copy of ALL packets including the ones sent to the other protocol stack. As I understand it NDIS is a token passing protocol - so all incoming packets get passed around . I don't know whether all packets go to all stacks tho. Or if a packet is claimed, whether the driver then doesn't offer it further. I should dig oput those NDIS specs...