Click here to Skip to main content
15,920,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Team,
In general how to block some one accessing my system. I am looking for something which can be written in C but not through manual operation.

Regards,
Kiran
Posted
Comments
Sergey Alexandrovich Kryukov 26-Apr-11 2:02am    
What do you call a "port"? IP port? Serial, parallel?
--SA
[no name] 26-Apr-11 5:04am    
My primary query was...how will i know that some one or even some process is accessing my system and how to block or allow that someone.
Joan M 26-Apr-11 11:17am    
As SAKryukov says... you must provide more details... we can guess only and guessing is not the way to go in our business... Work it a little bit more and we will help you...
[no name] 27-Apr-11 3:37am    
let me explain as below in detail.
I have installed many programs onto my system and every day these programs try to update themselves by accessing the internet.
Problem statement: How do i know even one or all programs on my system is going to access internet. In case if it is trying to access the internet, i want to get notification that this program is accessing the net and ask for my permission to be permitted. Just like an Anti - virus program.
Platform: Windows XP.
Solution: How do i do this through C programming on Windows.

Regsrds,
Kiran

If you mean intercepting and modifing inbound and outbound Internet traffic then take a look at this: Layered Service Provider[^]
or the new one: Windows Filtering Platform[^]

I even wrote a small article[^] about this back in May 2009.
Translated one[^]
 
Share this answer
 
// how to block some one accessing my system...
Do not provide any server, just write nothing :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900