-
Notifications
You must be signed in to change notification settings - Fork 14
Requirements
ljsking edited this page Sep 13, 2010
·
17 revisions
-
Monitor traffics포트별 사용량 출력-
그래프 시각화http://www.codeproject.com/KB/miscctrl/High-speedCharting.aspx
실시간 업데이트List Controller 매끄러운 update
-
FiltersIP 또는 Port 기반으로 차단
-
Session control세션 시작과 종료를 실시간으로 반영TCP에서만!
-
Forbidden wordsUDP를 통해서 작업- Test 필요!
- AcitveX
- 생성자에서 현재 처리
Install programs by URLDownloadToFileRun process by CreateProcess
-
Checkbox여러 기능을 끄고 켤 수 있음.
- Usage of each Process
- Use the GetExtendedTcpTable API function with the TCP_TABLE_OWNER_PID_ALL option
- GetModuleBaseName
- Tray mode
- http://www.codeguru.com/cpp/misc/misc/systemtray/
- http://www.debuglab.com/knowledge/tray_problem.html
-
ESC Problem
- You have to implement an OnOK and OnCancel – Handler. OK and ESC will call them. If you haven’t these handlers, the default will be used which will be in both cases an EndDialog () call.