Re: ReadFile in NDISUIO

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Arkady Frenkel (arkadyf_at_hotmailxdotxcom)
Date: 01/28/05


Date: Fri, 28 Jan 2005 12:21:12 +0200

UIO_Read do read packet ( raw data with all headers ) but ndis and tcpip
above miniport return you data the peer send you. Better ask in CE group
that question, like
microsoft.public.windowsce.platbuilder
Arkady

"ECWin" <skumarsnair@hotmail.com> wrote in message
news:#c7q8DEBFHA.4072@tk2msftngp13.phx.gbl...
> HI All,
> I am using NDISUIO operations to query and set the OID values. I also use
> ReadFile to receive the packets. Does this ReadFile actually call
UIO_Read()
> function and return me the packets on the buffer.
> I need to read these packets and check for a particular pattern.
>
> Thanks in Advance,
> Johns
>
>



Relevant Pages

  • Re: libnet
    ... > how can I access the raw data of the packets I have constructed with libnet? ... tauno voipio iki fi ...
    (comp.os.linux.networking)
  • libnet
    ... how can I access the raw data of the packets I have constructed with libnet? ... I don't want to send those packets over an ip-Interface, ...
    (comp.os.linux.networking)
  • Re: detect type of dial-in connection
    ... wraps your raw data in ip packets. ... why don't you just change the culinux code so that if it doenst ...
    (comp.os.linux.networking)
  • Re: How to implement blocking ReadFile() call in the driver
    ... You should get this for free as long as you support asynchronous I/O in the ... I am implementing a driver for windows XP which interacts with a device ... ReadFile(), WriteFileAPIs). ... WriteFileto write packets from the device. ...
    (microsoft.public.development.device.drivers)
  • Re: How to perform a non-blocking synchronous ReadFile call/operation with NDISPROT ?
    ... your best bet is to start a thread that continuously performs reads and queues the received packets. ... How to perform a non-blocking synchronous ReadFile call/operation with NDISPROT? ... According to Microsoft's documentation ReadFile can be used for synchronous and asynchronous operation. ... The only thing which hints at synchronous operation is the link/mention/reference to the COMMTIMEOUTS documentation. ...
    (microsoft.public.development.device.drivers)