info required for ndis miniport...

Hi ,

I am trying to develop ndis miniport driver for a specialized medium of our
own… Now how & where in the packet can I add the mac address of the
destination. is this possible by allocating a buffer & using it with
NDIS_PACKET from within my miniportsend or is there some other way for
it??.

I’ll be glad if anyone can help me out of this!!!

SHAILESH.


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

You say you have “a specialized medium” of your own. So how can anyone
who does not know the details of that medium know where to insert “the
mac address of the destination”? It all depends on if and how that
“medium” requires a destination MAC (or whatever) address to be there
or not.

You are free to “interprete” send packets in any way in your
MiniportSendPackets and transmit all or only “relevant” parts of
the packet contents onto the network “medium”. Everything is allowed
as long as two peers are able to communicate.

Stephan

On Tue, 19 Feb 2002 8:32:39, “Shailesh”
wrote:

>Hi ,
>
>I am trying to develop ndis miniport driver for a specialized medium of our
>own… Now how & where in the packet can I add the mac address of the
>destination. is this possible by allocating a buffer & using it with
>NDIS_PACKET from within my miniportsend or is there some other way for
>it??.
>
>I’ll be glad if anyone can help me out of this!!!
>
>SHAILESH.


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