• 大小: 501KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 语言: C/C++
  • 标签: 防火墙  C++  网络  安全  

资源简介

基于c++的网络管理软件,实现简单的防火墙功能

资源截图

代码片段和文件信息

// FireWallIDE.cpp : 定义应用程序的类行为。
//

#include “stdafx.h“
#include “FireWallIDE.h“
#include “FireWallIDEDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#endif


// CFireWallIDEApp

BEGIN_MESSAGE_MAP(CFireWallIDEApp CWinApp)
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()


// CFireWallIDEApp 构造

CFireWallIDEApp::CFireWallIDEApp()
{
// TODO: 在此处添加构造代码,
// 将所有重要的初始化放置在 InitInstance 中
}


// 唯一的一个 CFireWallIDEApp 对象

CFireWallIDEApp theApp;


// CFireWallIDEApp 初始化

BOOL CFireWallIDEApp::InitInstance()
{
// 如果一个运行在 Windows XP 上的应用程序清单指定要
// 使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式,
//则需要 InitCommonControls()。否则,将无法创建窗口。
InitCommonControls();

CWinApp::InitInstance();

if (!AfxSocketInit())
{
AfxMessageBox(IDP_SOCKETS_INIT_FAILED);
retu

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        178  2007-01-24 14:05  简单防火墙\code\DataAndConst.h

     文件      61220  2007-01-24 22:17  简单防火墙\code\FireWallIDE.aps

     文件       1611  2006-12-01 08:00  简单防火墙\code\FireWallIDE.cpp

     文件        467  2006-12-01 08:00  简单防火墙\code\FireWallIDE.h

     文件    1444864  2007-05-08 15:30  简单防火墙\code\FireWallIDE.ncb

     文件        911  2007-01-24 13:46  简单防火墙\code\FireWallIDE.sln

     文件       8192  2007-05-08 15:30  简单防火墙\code\FireWallIDE.suo

     文件       5056  2007-01-24 13:47  简单防火墙\code\FireWallIDE.vcproj

     文件      11508  2007-01-26 10:15  简单防火墙\code\FireWallIDEDlg.cpp

     文件       1338  2007-01-24 17:01  简单防火墙\code\FireWallIDEDlg.h

     文件       1367  2006-12-02 08:00  简单防火墙\code\resource.h

     文件       2761  2007-01-24 22:19  简单防火墙\code\SetFilterDialog.cpp

     文件        822  2007-01-24 22:17  简单防火墙\code\SetFilterDialog.h

     文件        140  2006-12-01 08:00  简单防火墙\code\stdafx.cpp

     文件       1562  2006-12-01 08:00  简单防火墙\code\stdafx.h

     文件     253952  2007-05-08 15:30  简单防火墙\Exe\FireWallIDE.exe

     文件     127488  2007-06-27 17:16  简单防火墙\使用说明.doc

     目录          0  2012-02-26 10:25  简单防火墙\code

     目录          0  2012-02-26 10:25  简单防火墙\Exe

     目录          0  2012-02-26 10:25  简单防火墙

----------- ---------  ---------- -----  ----

              1923437                    20


评论

共有 条评论