Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Kernel Debugging | 30 January 2023 | Live, Online |
Developing Minifilters | 20 March 2023 | Live, Online |
Internals & Software Drivers | 17 April 2023 | Live, Online |
Writing WDF Drivers | 22 May 2023 | Live, Online |
Comments
That should do it.
Shweta.
Hi All,
I have successfully Hooked the TCP/IP driver. I am getting all the IRP's
going to TCP/IP driver except TDI_RECEIVE.
Which IRP contains the Data coming to the TCP/IP driver?.
I am able to print the data going from my computer but I don't know which
IRP I have to look into for getting the incoming Data. If the IRP I have to
look into is TDI_RECEIVE can anybody tell me why I am not getting the
TDI_RECEIVE. I have tried "TdiMapUserRequest" too but of no use.
Thanks in advance.
Regards,
Gopikrishna.
______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup
Address Object and is receiving data in the receive event handler instead of
making explicit calls to TdiReceive to request data.
Regards,
Thomas F. Divine
PCAUSA - Toolkits & Resources For Network Software Developers
NDIS Protocol - TDI Client - Windows 95 Redirector
<http://www.pcausa.com>
----- Original Message -----
From: Gopikrishna <[email protected]>
To: NT Developers Interest List <[email protected]>
Sent: Thursday, April 27, 2000 1:11 PM
Subject: [ntdev] TDI filter - Getting Data coming to TCP/IP driver
Hi All,
I have successfully Hooked the TCP/IP driver. I am getting all the IRP's
going to TCP/IP driver except TDI_RECEIVE.
Which IRP contains the Data coming to the TCP/IP driver?.
I am able to print the data going from my computer but I don't know which
IRP I have to look into for getting the incoming Data. If the IRP I have to
look into is TDI_RECEIVE can anybody tell me why I am not getting the
TDI_RECEIVE. I have tried "TdiMapUserRequest" too but of no use.
Thanks in advance.
Regards,
Gopikrishna.