Hello, I need to develop a windows service or application that will detect all outgoing network traffic. for E.g, when user requests a webpage in browser, or wants to connect to FTP server etc. I need to obtain the server, IP address that the user has requested and my application will then intervene and decide if the request must be allowed or rejected. Can someone please point me how to approach this problem. I am not so good at network programming and need some help in this area. Thanks NZ
Look into direction of LSP technology. -- V. This posting is provided "AS IS" with no warranties, and confers no rights. "enzeez" wrote in message news:uJ4vNeDsIHA.4716@TK2MSFTNGP06.phx.gbl... > Hello, > > I need to develop a windows service or application that will detect all > outgoing network traffic. > > for E.g, when user requests a webpage in browser, or wants to connect to > FTP server etc. > > I need to obtain the server, IP address that the user has requested and my > application will then intervene and decide if the request must be allowed > or rejected. > > Can someone please point me how to approach this problem. > > I am not so good at network programming and need some help in this area. > > Thanks > > NZ