Results 1 to 4 of 4

Thread: Firewall

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    13

    Question

    I am currently making a firewall program. However, I need to know WHICH programs are using the winsock dll, and WHAT the data is they are sending and receiving. Does anyone know how to do this?

  2. #2
    New Member
    Join Date
    Mar 2000
    Posts
    3

    Post I don't know if this will help, but...

    You could use a port scanner and scan for open ports...but I don't know if there is a way to relocate the ports to the programs attached. I know it IS possible, but how I don't know. What you want is the data between the program and internet, but how do you sort of spy on the transaction of data I don't know. If you know what ZoneAlarm is, it can tell you the name of the program using the internet. I think I saw a control that can do what you want, but I can't find it anymore. Oh well. Good Luck. I hope someone helps you. Your program sounds promising.

  3. #3
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Boulder, Colorado, USA
    Posts
    325
    System Firewalls should be run in a lower part of the TCP/IP stack, blocking all illegal port requests. In VB, using winsock, you are working at the top of the stack(application layer), there is no control for port blocking at this level.
    -Shickadance

  4. #4

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    13

    Question How about if you use the winsock api?

    Can you use the winsock api to observe data between internet and programs, and block ports? If so, then how? Thanks.

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