Re: NdisGetReceivedPacket (Was Padding in itermediat- e driver)

The secondary reason would be if lower miniport sets original packet for
indicated packet descriptor to NULL (NDIS_SET_ORIGINAL_PACKET(NdisPacket,
NULL)). It is because real NdisGetReceivedPacket() is implemented different
way than documented in the DDK and doesn’t return indicated packet but the
one set as original. IMHO wrong.

Thomas is right, your receive handler must not depend on
NdisGetReceivedPacket non-NULL result.

Best regards,

Michal Vodicka
Veridicom
(RKK - Skytale)
[WWW: http://www.veridicom.com , http://www.skytale.com]


From: Thomas F. Divine[SMTP:xxxxx@pcausa.com]
Reply To: NT Developers Interest List
Sent: Friday, August 03, 2001 5:06 PM
To: NT Developers Interest List
Subject: [ntdev] Re: NdisGetReceivedPacket (Was Padding in
itermediate driver)

The primary reason that NdisGetReceivedPacket would return NULL would be
that the lower-level miniport used a non-packet method for indicating
received packets.

For example, if the lower-level miniport called NdisMEthIndicateReceive,
then NdisGetReceivedPacket should return NULL in the higher-level
protocol’s
ReceiveHandler.

You must design your receive handler in such a way that it does not
depend
on NdisGetReceivedPacket returning a pointer to a packet descriptor.

Regards,

Thomas F. Divine

PCAUSA - Toolkits & Resources For Network Software Developers
NDIS Protocol - NDIS Intermediate - TDI Client
http: - http:
>
> ----- Original Message -----
> From:
> To: “NT Developers Interest List”
> Sent: Friday, August 03, 2001 5:38 AM
> Subject: [ntdev] Re: Padding in itermediate driver
>
>
> > Hi,
> > Thank you thomas that was very much helpfull.
> > I have one more question regarding NdisGetReceivedPacket().I want to
> know
> > under what conditions this function returns NULL ,DDK does not specify
> > regarding this condition.
> > Thanks/Regards,
> > Shashi
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@rkk.cz
> 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:>

Hi,
Thanks thomas and michal for giving the guidance,
Regards,
Shashi


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

Hi,
I am using the miniport driver for which i have the sources and this driver
neither indicate receive using media specific calls or sets original packet
to NULL. But still the fn NdiGetReceivedPacket returns NULL.
Could you please explain why it is happening.
thanks/regars,
Shashi


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