Jump to content

firewall function


t0ddie
 Share

Recommended Posts

I took a look but did not find much on this topic.

I want to monitor a process (non-autoit) and when it connects to the internet I want to be notified

while 1
sleep(100)
$access = (function that checks if process accessing internet)
if $access = true then
msgbox(0,"test","program is accessing the internet")
endif
wend

is there a function or routine that is already made that will do this?

EDIT: i found this http://www.autoitscript.com/forum/index.php?showtopic=105150&st=0

but I only want to monitor one process and am not sure how to reduce the script to only monitoring one specific process.

Edited by t0ddie

Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...