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?