yianghan
Tue Nov 16 16:25:04 CST 2004
hi Thomas,
do you know where can I find some sample code of NDIS 1-to-n (1 upper
virtual device interface vs. multi lower protocol interfaces) MUX
intermediate driver.
Thanks in advance.
Yiang Han
NET.COM
"Thomas F. Divine [DDK MVP]" wrote:
>
> "Michael Grobelkovsky" <michaelg@milcse.cig.mot.com> wrote in message
> news:ckitl9$k7c$1@newshost.mot.com...
> > Harry,
> >
> > When I've needed IM finctionality in one driver, I started from Mcrosoft's
> > MUX.
> > Really MUX is not working. As example, if you set up MUX, your comp can't
> > reboot...:(((
> >
>
> Humm... Really?
>
> Although the behavior of MUX is a little confusing, it certainly isn't that
> bad. The Windows Server 2003 DDK MUX sample can be installed OK and doesn't
> prevent machines at PCAUSA from re-booting.
>
> The connections that are left in the Network Control Panel are bewildering,
> however.
>
> Good luck,
>
> Thomas F. Divine, Windows DDK MVP
>
http://www.pcausa.com
>
> > After some time I built the dirver is based on Netvmini and Ndisprot
> > examples.
> > I mix the code inside one driver and going forward.
> > Works fine.
> >
> > I glad, if my experience helps you...
> >
> > Regards,
> > Michael.
> >
> >
> > "Harry Potter" <hpotter@azkabar.com> wrote in message
> > news:uEnMEWKsEHA.3460@TK2MSFTNGP15.phx.gbl...
> >> Thomas,
> >> As you noticed in my previous questions, I'm analyzing the passthru
> > example
> >> you provided at your site...
> >> therefore I just want to double check my understanding of the Passthru
> >> layered structure with you...
> >> in whole, Passthru is an intermediate (IM) driver type reside bellow the
> > IP
> >> layer and above a miniport driver.
> >> therefore the MINIPORT.C provides the functionality necessary for the
> > lower
> >> edge (bellow) of the IM and PROTOCOL.C provides the functionality for the
> >> upper edge (above) support.
> >> Is this a correct ?
> >>
> >> thankx
> >>
> >>
> >
> >
>
>
>