... or PPPoA or other PPP protocols?
Is it importaint what is under PPPoE for IM to bind?

best regards
Zuka

Re: Would an IM filter driver bind to a PPPoE running over USB by Rohit

Rohit
Wed Feb 04 19:27:18 CST 2004

Filter IM driver (like DDK Passthrough sample) would not have any problems.
No, it does not matter whats under PPPoE...
--
-Rohit
This posting is provided "AS IS" with no warranties, and confers no rights.


"Zuka" <askme@formyemail.com> wrote in message
news:OQFbKi26DHA.1852@TK2MSFTNGP10.phx.gbl...
> ... or PPPoA or other PPP protocols?
> Is it importaint what is under PPPoE for IM to bind?
>
> best regards
> Zuka
>
>



Re: Would an IM filter driver bind to a PPPoE running over USB by Zuka

Zuka
Thu Feb 05 05:21:08 CST 2004

But does the same count for PPPoA which is PPP over ATM ? The ATM is media
(in fact I think it's USB at the bottom but probably not importaint) it has
PPPoA running over it. I'm afraid that IM would not bind to PPPoA because in
the inf file there is no notion of ATM as media to bind to.
Is this correct or is PPPoA also WAN?

From passthru example...
HKR, Ndi\Interfaces, FilterMediaTypes, , "ethernet, tokenring, fddi, wan"



"Rohit Raina [MS]" <rohitr@online.microsoft.com> wrote in message
news:40219c04$1@news.microsoft.com...
> Filter IM driver (like DDK Passthrough sample) would not have any
problems.
> No, it does not matter whats under PPPoE...
> --
> -Rohit
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
>
> "Zuka" <askme@formyemail.com> wrote in message
> news:OQFbKi26DHA.1852@TK2MSFTNGP10.phx.gbl...
> > ... or PPPoA or other PPP protocols?
> > Is it importaint what is under PPPoE for IM to bind?
> >
> > best regards
> > Zuka
> >
> >
>
>



Re: Would an IM filter driver bind to a PPPoE running over USB by Rohit

Rohit
Thu Feb 05 19:33:37 CST 2004

Filter IM drivers bind according to a match between the IM driver's INF
entry FilterMediaTypes and a minport's LowerRange. If there's a match, then
is will bind. Some developers mistakenly set a miniport's LowerRange to
"none" or "USB", etc, instead of the media (Ethernet, FDDI, etc) that it
exposes.

Also depends how PPPoA represents itself at upper edge (usually they claim
to be NdisMedium802_3).

--
-Rohit
This posting is provided "AS IS" with no warranties, and confers no rights.



"Zuka" <askme@formyemail.com> wrote in message
news:eMql5o96DHA.2712@tk2msftngp13.phx.gbl...
> But does the same count for PPPoA which is PPP over ATM ? The ATM is media
> (in fact I think it's USB at the bottom but probably not importaint) it
has
> PPPoA running over it. I'm afraid that IM would not bind to PPPoA because
in
> the inf file there is no notion of ATM as media to bind to.
> Is this correct or is PPPoA also WAN?
>
> From passthru example...
> HKR, Ndi\Interfaces, FilterMediaTypes, , "ethernet, tokenring, fddi, wan"
>
>
>
> "Rohit Raina [MS]" <rohitr@online.microsoft.com> wrote in message
> news:40219c04$1@news.microsoft.com...
> > Filter IM driver (like DDK Passthrough sample) would not have any
> problems.
> > No, it does not matter whats under PPPoE...
> > --
> > -Rohit
> > This posting is provided "AS IS" with no warranties, and confers no
> rights.
> >
> >
> > "Zuka" <askme@formyemail.com> wrote in message
> > news:OQFbKi26DHA.1852@TK2MSFTNGP10.phx.gbl...
> > > ... or PPPoA or other PPP protocols?
> > > Is it importaint what is under PPPoE for IM to bind?
> > >
> > > best regards
> > > Zuka
> > >
> > >
> >
> >
>
>