Hi All,
How do I tell my NDIS Miniport driver to receive
particular set of MAC Multicast addresses.
I know that there is a NDIS miniport driver
OID which does this and it is called by NDIS
itself.
Is there any utility which does this or any OS
features which allows this?
I require this to test my NDIS miniport driver.
Thanks in advance.
Nitin
1 cent a minute calls anywhere in the U.S.!
http://www.getpennytalk.com/cgi-bin/adforward.cgi?p_key=RG9853KJ&url=http://www.getpennytalk.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Look at OID_802_3_MULTICAST_LIST description in the DDK and how multicast
lists are handled in NDIS miniport driver samples in the DDK.
Good luck,
Thomas F. Divine
PCAUSA - Toolkits & Resources For Network Software Developers
NDIS Protocol - NDIS Intermediate - TDI Client/Filter
http: - http:
----- Original Message -----
From: “Nitin Sharma”
To: “NT Developers Interest List”
Sent: Thursday, November 22, 2001 8:31 AM
Subject: [ntdev] Multicast address
> Hi All,
>
> How do I tell my NDIS Miniport driver to receive
> particular set of MAC Multicast addresses.
>
> I know that there is a NDIS miniport driver
> OID which does this and it is called by NDIS
> itself.
>
> Is there any utility which does this or any OS
> features which allows this?
>
> I require this to test my NDIS miniport driver.
>
> Thanks in advance.
> Nitin
> –
>
> _______________________________________________
>
> 1 cent a minute calls anywhere in the U.S.!
>
>
>
>
http://www.getpennytalk.com/cgi-bin/adforward.cgi?p_key=RG9853KJ&url=http://
www.getpennytalk.com
>
>
>
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@pcausa.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com</http:></http:>
Yes, NE2000 sample is good in this respect - though NE2000’s hardware multicast filter is primitive and inaccurate, so, lots of
“extra” incoming packets are indicated to software. NDIS and the protocols will then filter them out.
Max
----- Original Message -----
From: “Thomas F. Divine”
To: “NT Developers Interest List”
Sent: Thursday, November 22, 2001 9:31 PM
Subject: [ntdev] Re: Multicast address
> Look at OID_802_3_MULTICAST_LIST description in the DDK and how multicast
> lists are handled in NDIS miniport driver samples in the DDK.
>
> Good luck,
>
> Thomas F. Divine
>
> PCAUSA - Toolkits & Resources For Network Software Developers
> NDIS Protocol - NDIS Intermediate - TDI Client/Filter
> http: - http:
>
>
> ----- Original Message -----
> From: “Nitin Sharma”
> To: “NT Developers Interest List”
> Sent: Thursday, November 22, 2001 8:31 AM
> Subject: [ntdev] Multicast address
>
>
> > Hi All,
> >
> > How do I tell my NDIS Miniport driver to receive
> > particular set of MAC Multicast addresses.
> >
> > I know that there is a NDIS miniport driver
> > OID which does this and it is called by NDIS
> > itself.
> >
> > Is there any utility which does this or any OS
> > features which allows this?
> >
> > I require this to test my NDIS miniport driver.
> >
> > Thanks in advance.
> > Nitin
> > –
> >
> > _______________________________________________
> >
> > 1 cent a minute calls anywhere in the U.S.!
> >
> >
> >
> >
> http://www.getpennytalk.com/cgi-bin/adforward.cgi?p_key=RG9853KJ&url=http://
> www.getpennytalk.com
> >
> >
> >
> >
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@pcausa.com
> > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com</http:></http:>