Skip to content
ljsking edited this page Sep 13, 2010 · 17 revisions

Must

  • Monitor traffics
    • 포트별 사용량 출력
    • 그래프 시각화
      • http://www.codeproject.com/KB/miscctrl/High-speedCharting.aspx
    • 실시간 업데이트
    • List Controller 매끄러운 update
  • Filters
    • IP 또는 Port 기반으로 차단
  • Session control
    • 세션 시작과 종료를 실시간으로 반영
    • TCP에서만!
  • Forbidden words
    • UDP를 통해서 작업
    • Test 필요!
  • AcitveX
    • 생성자에서 현재 처리
    • Install programs by URLDownloadToFile
    • Run process by CreateProcess

Additional

  • 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.
Clone this wiki locally