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.

How about hooking the receive handler?

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

It is possible that the application set a recieve event handler on the
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:

----- Original Message -----
From: Gopikrishna
To: NT Developers Interest List
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.</http:>