Redirecting CIFS packet to a different machine using WFP callout driver

Hello everybody,

Is it possible to redirect CIFS packet to a different machine using Windows Filtering platform Callout drivers?

Actual Scenario:

My machine with IP1 will receive CIFS packets from client with IP2 and redirect it to a server with IP3. It should modify/ inject the packets in such a way that the server reply comes back to my machine and then i should return the results to the client.

Is it possible to do this using the WFP on Windows 2008/ Vista?

Thank you,
Tushar.

Can’t you just use a standard NAT for that…?

  • S

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com
Sent: Tuesday, December 23, 2008 11:33 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] Redirecting CIFS packet to a different machine using WFP callout driver

Hello everybody,

Is it possible to redirect CIFS packet to a different machine using Windows Filtering platform Callout drivers?

Actual Scenario:

My machine with IP1 will receive CIFS packets from client with IP2 and redirect it to a server with IP3. It should modify/ inject the packets in such a way that the server reply comes back to my machine and then i should return the results to the client.

Is it possible to do this using the WFP on Windows 2008/ Vista?

Thank you,
Tushar.


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

>Can’t you just use a standard NAT for that…?

I also need to modify the CIFS packet in some cases to change the data (request / response related) present in it.