Further NdisMIndicateReceivePacket() Problems.

Hi all,

I was recently having problems sending packets I created up the Protocol
stack using NdisMIndicateReceivePacket(), from within a Windows 2000
Intermediate Driver. This works now, but after the function executes several
times I get a run time error. This occurs as I call
NdisMIndicateReceivePacket(), and the debug points to an internal NDIS
function 'NDIS!ethFilterDprIndicateReceivePacket ’ throwing the error:

***NDIS*** : Miniport Xircom CreditCard Ethernet Adapter 10/100 - Mobile
IP - Mobile Host - Indicating packet not owned by it

*** Fatal System Error: 0x000000d2
(0x8143F130,0x81421F08,0x814414D8,0x00000001)

The ‘Mobile IP - Mobile Host’ is the driver I am writing, but I don’t
understand what the error is trying to tell me about ownership. Any ideas??

Thanks for any help,

Gavin