CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Firewall

  1. #1
    Join Date
    Mar 2001
    Posts
    5

    Firewall

    I want to make a firewall in vb. I know this sounds hard, but I can just use api calls. Now I know I could use winsock to listen on a port, but I also want it to be able to check out going too. Possable even look at the packets. Basicly do what Zone alarm does, and what Lan gaurd can do also.


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Firewall

    you can do it along without same help from a NDIS packet driver. refer http://netgroup-serv.polito.it/netgroup/tools.html

    there might be some tools that will help, but the source code is in C.

    HTH

    cksiow
    http://vblib.virtualave.net - share our codes


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured