Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Redirecting Packets

Reply
Thread Tools Display Modes

Redirecting Packets

 
 
Ray
Guest
Posts: n/a

 
      02-09-2009
I have a fairly simple task that I cant seem to find the answer to. I need
to write a device driver that redirects all TCP traffic to another address
and port. For instance, in IE, I go to www.yahoo.com, I would like to grab
that and redirect the request to www.google.com. So it works like a proxy
but I need it at the device driver level. Basically I need to forward all
web traffic to a specific address.

I have looked at the passthrough and stream inspection samples in the
WinDDK, but I am just not able to comprehend whats going on in there. I am a
C# guy but I am getting the feeling thats not going to help in this case. If
anyone has some sample code that does this, it would be a life saver.

Thanks,
Ray

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Redirecting Videos Folder Waggers Windows Vista Installation 1 02-17-2009 02:34 PM
Redirecting My Documents Issue Nick Jax Windows Vista General Discussion 3 08-11-2008 10:17 PM
Redirecting Pictures and Music Folder Eric Renken Windows Vista Networking 2 10-19-2007 02:05 AM
Re: DNS cache/redirecting domain name? Robert Aldwinckle Windows Vista Networking 0 07-24-2007 08:34 PM
PPP redirecting and ndiswan Thibault Windows Vista Drivers 0 03-27-2006 07:55 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59