Page 1 of 1

Write a Projec t Similar to Firewall

PostPosted: October 16th, 2011, 3:18 pm
by Sezar
Hello
I want to write an application that trace outgoing and incoming TCP/IP packets (works similar to a firewall).
for example: if the user requests "www.google.com" and receives the html content of google home page,I can modify received data.
how can I do this with delphi?

Re: Write a Projec t Similar to Firewall

PostPosted: October 20th, 2011, 11:46 am
by taazz2
go to http://sourceforge.net/projects/isafer/ and download the source code for a windows firewall developed with delphi then add what ever you want to it.