Re: win32 - catch events(wmi?)

2010-05-04 Thread Tim Golden
On 03/05/2010 23:53, Giampaolo RodolĂ  wrote: Just out of curiosity, is WMI able to list the TCP and UDP connections opened by a process or by the OS? We'll have to do this for psutil (http://code.google.com/p/psutil) and we guess it's not gonna be easy. Not as far as I know. WMI doesn't tend

win32 - catch events(wmi?)

2010-05-03 Thread Richard Lamboj
Hello, i want catch the following events: - registry has chanced - file has chanced - outgoing network connection - programm start and i want to be able to allow, or deny this requests. Kind Regards Richi -- http://mail.python.org/mailman/listinfo/python-list

Re: win32 - catch events(wmi?)

2010-05-03 Thread Tim Golden
On 03/05/2010 12:02 PM, Richard Lamboj wrote: i want catch the following events: - registry has chanced - file has chanced - outgoing network connection - programm start and i want to be able to allow, or deny this requests. Wow. That's quite a list. To do what you want in general

Re: win32 - catch events(wmi?)

2010-05-03 Thread Giampaolo RodolĂ 
Just out of curiosity, is WMI able to list the TCP and UDP connections opened by a process or by the OS? We'll have to do this for psutil (http://code.google.com/p/psutil) and we guess it's not gonna be easy. --- Giampaolo http://code.google.com/p/psutil http://code.google.com/p/pyftpdlib