Tech Support > Microsoft Windows > Drivers > Query in TDI Filter Driver.
Query in TDI Filter Driver.
Posted by subburaj on December 5th, 2003


Hi,

I am developing TDI Filter driver for SSL-VPN
Client.Now I can able to tunnel the Request/response of
the usermode application through my proxy-server using
local loopback thread.My proxy server can able to route
that above.
Now my problem is while using FTP client in active
mode,it will send the IP and port number to the FTP server
as a local loopback address and port.I want to do some
packet mangling to set my own IP and port for this I need
to get the details of application protocol(HTTP/FTP)
details which the usermode application uses.

1.How can I get the details of application protocol
(HTTP/FTP) which the usermode application using?.

Thanks & Regards,
Subburaj.R

Posted by Lawrence on December 5th, 2003


Search for relevant RFCs on.
You need the FTP rfc.
This is a separate protocol from HTTP.

http://www.rfc-editor.org/
Or
http://www.ietf.org/rfc.html

On Thu, 4 Dec 2003 20:17:56 -0800, "subburaj" <subburaj@calsift.co.in>
wrote:

Lawrence

usenet at lklyne dt co dt uk

Posted by Maxim S. Shatskih on December 5th, 2003


FTP is RFC959, HTTP is some other RFC - don't remember off-head.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com



Posted by James Antognini on December 8th, 2003


Here is a copy of the RFC for HTTP 1.0: ftp://ftp.isi.edu/in-notes/rfc1945.txt.

Incidentally, this is a handy URL to find RFCs: http://www.zvon.org/.

"Maxim S. Shatskih" wrote:

--
If replying by e-mail, please remove "nospam." from the address.

James Antognini
Windows DDK MVP