• 大小: 0.09M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-11
  • 语言: 其他
  • 标签: 其他  

资源简介

Sniff网络嗅探器.rar

资源截图

代码片段和文件信息

// ipmon.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “ipmon.h“
#include “ipmonDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CIpmonApp

BEGIN_MESSAGE_MAP(CIpmonApp CWinApp)
//{{AFX_MSG_MAP(CIpmonApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CIpmonApp construction

CIpmonApp::CIpmonApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CIpmonApp object

CIpmonApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CIpmonApp initialization

BOOL CIpmonApp::InitInstance()
{
if (!AfxSocketInit())
{
AfxMessageBox(IDP_SOCKETS_INIT_FAILED);
return FALSE;
}

AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CIpmonDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

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

     文件      10074  2001-02-12 15:40  Sniff网络嗅探器\MySniff\AFXSOCK.H

     文件     118943  2005-07-18 23:33  Sniff网络嗅探器\MySniff\Debug\ipmon.exe

     文件       7792  2001-02-04 22:01  Sniff网络嗅探器\MySniff\IPExport.h

     文件      15057  2003-09-24 15:28  Sniff网络嗅探器\MySniff\IPHlpApi.h

     文件      29466  2001-02-04 22:14  Sniff网络嗅探器\MySniff\IPHlpApi.Lib

     文件      14138  2001-02-04 21:54  Sniff网络嗅探器\MySniff\Ipifcons.h

     文件       4001  2001-02-04 21:51  Sniff网络嗅探器\MySniff\Ipinfoid.h

     文件        636  2001-02-04 21:50  Sniff网络嗅探器\MySniff\IpmcDefs.h

     文件       2179  2001-02-04 21:49  Sniff网络嗅探器\MySniff\IpmConv.h

     文件      21424  2003-09-24 16:41  Sniff网络嗅探器\MySniff\ipmon.aps

     文件       1096  2003-09-24 17:52  Sniff网络嗅探器\MySniff\ipmon.clw

     文件       2143  2001-02-15 11:24  Sniff网络嗅探器\MySniff\ipmon.cpp

     文件       4282  2003-09-24 17:52  Sniff网络嗅探器\MySniff\ipmon.dsp

     文件        533  2001-02-15 11:24  Sniff网络嗅探器\MySniff\ipmon.dsw

     文件       1313  2001-02-15 11:24  Sniff网络嗅探器\MySniff\ipmon.h

     文件      82944  2005-07-18 23:34  Sniff网络嗅探器\MySniff\ipmon.ncb

     文件      55808  2005-07-18 23:34  Sniff网络嗅探器\MySniff\ipmon.opt

     文件       2194  2005-07-18 23:33  Sniff网络嗅探器\MySniff\ipmon.plg

     文件       5919  2003-09-24 16:41  Sniff网络嗅探器\MySniff\ipmon.rc

     文件      15232  2003-09-24 17:22  Sniff网络嗅探器\MySniff\ipmonDlg.cpp

     文件       3048  2003-09-24 16:47  Sniff网络嗅探器\MySniff\ipmonDlg.h

     文件      21901  2001-02-04 21:47  Sniff网络嗅探器\MySniff\Iprtrmib.h

     文件       3237  2001-02-04 21:43  Sniff网络嗅探器\MySniff\IPTypes.h

     文件       3002  2001-02-04 21:40  Sniff网络嗅探器\MySniff\IpxConst.h

     文件       5474  2001-02-04 21:39  Sniff网络嗅探器\MySniff\Ipxrip.h

     文件      10984  2001-02-04 21:37  Sniff网络嗅探器\MySniff\Ipxrtdef.h

     文件       5663  2001-02-04 21:28  Sniff网络嗅探器\MySniff\Ipxsap.h

     文件       2450  2001-02-04 21:26  Sniff网络嗅探器\MySniff\Ipxtfflt.h

     文件       7620  2001-02-04 21:24  Sniff网络嗅探器\MySniff\LMcons.h

     文件      50445  2001-02-04 22:03  Sniff网络嗅探器\MySniff\Mprapi.h

............此处省略15个文件信息

评论

共有 条评论