Re: ethFilterDprIndicateReceivePacket function

On 6/17/06 2:10 PM, “tumtum@o2.pl” wrote:
> While playing with my lan-card miniport driver i found that it calls
> ethFilterDprIndicateReceivePacket just after it receives the incoming packet.
>
> I couldn’t find this function documentation anywhere.
> After playing with windbg i could notice, it’s called with 3 params, anybody
> here have any clue or refference to this function?

Look at ndis.h. Most of the miniport functions are actually function
pointers from the NDIS_MINIPORT_BLOCK that NDIS sets up for the miniport.
Between that and !ndiskd.miniports and !ndiskd.miniport (and maybe dt
_NDIS_MINIPORT_BLOCK ) you should be able to get a handle on how
this works.

-sd

>While playing with my lan-card miniport driver i found that it calls

ethFilterDprIndicateReceivePacket just after it receives the incoming packet.

The internals of NdisMIndicateReceivePacket maybe.

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com