ProtocolReceivePacket & NDIS_STATUS_RESOURCES

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Bajamani (bajamani_at_hotmail.com)
Date: 02/18/05


Date: 18 Feb 2005 04:49:49 -0800

Can a Protcol's ProtocolReceivePacket receive packet
with the Status in the associated OOB block set to
NDIS_STATUS_RESOURCES ?

...Mani



Relevant Pages

  • Re: NDIS functionality details
    ... driver talking directly to hardware - the so-called miniport - no. ... NDIS-WDM miniport - yes. ... > actually copy data from source packet to destination packet or it just> copies the pointers to data buffers from source packet to destination ... I am planning to do most of the work through ProtocolReceivePacket() handler. ...
    (microsoft.public.development.device.drivers)
  • Re: NDIS Passthru
    ... ProtocolReceivePacket is an optional callback. ... For example, if your adapter's miniport driver uses the old-style NdisMEthIndicatePacket call to indicate packets, then your NDIS IM driver will be called at ProtocolReceive. ... If your adapter's miniport driver uses the new-style NdisMIndicateReceive packet call, then your NDIS IM driver will be called most often at the ProtocolReceivePacket callback. ... It depends, however, on how much time it takes to modify the packet. ...
    (microsoft.public.development.device.drivers)
  • Problem with the NDIS MUX IM driver (decapsulation not working)
    ... Running the driver on Win2003 machines. ... I slap on my own ethernet header infront of the real ... When my IM receives a packet ... (ProtocolReceivePacket, ProtocolReceive) ...
    (microsoft.public.development.device.drivers)
  • Re: NDIS Passthru
    ... my packet modification logic is just inserting ipinip header i dont think so ... NdisMIndicateReceivePacket in protocolreceive and protocolreceivepacket would ... I am trying to write passthru driver for modifying ip packets i was ... You don't want to modify the packet there. ...
    (microsoft.public.development.device.drivers)
  • NdisMIndicateReceivePacket from ProtocolReceive problem
    ... Everything works well when using NDIS ... and the ProtocolReceivePacket but I run into problems using NDIS ... In the ProtocolReceive I get the original packet with ... NdisMIndicateReceivePacket with a complete NDIS_PACKET where the ...
    (microsoft.public.development.device.drivers)