• 大小: 24KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 语言: C/C++
  • 标签: 嗅探  VC  

资源简介

使用VC6编译 使用原始套接字在网卡混杂模式下嗅探。

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Sniffer.h“
#include “SnifferDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CSnifferApp

BEGIN_MESSAGE_MAP(CSnifferApp CWinApp)
//{{AFX_MSG_MAP(CSnifferApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CSnifferApp construction

CSnifferApp::CSnifferApp()
{
// TODO: add construction code

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

     文件       1078  2002-08-30 11:21  VC++编程实现网络嗅探器\res\Sniffer.ico

     文件        399  2002-08-30 11:21  VC++编程实现网络嗅探器\res\Sniffer.rc2

    ..A.SH.      3072  2011-01-06 12:40  VC++编程实现网络嗅探器\res\Thumbs.db

     文件        730  2010-09-10 01:29  VC++编程实现网络嗅探器\resource.h

     文件      35156  2010-09-10 01:29  VC++编程实现网络嗅探器\Sniffer.aps

     文件        858  2010-09-12 21:48  VC++编程实现网络嗅探器\Sniffer.clw

     文件       2181  2002-08-30 14:16  VC++编程实现网络嗅探器\Sniffer.cpp

     文件       4220  2002-08-30 14:24  VC++编程实现网络嗅探器\Sniffer.dsp

     文件        539  2002-08-30 11:21  VC++编程实现网络嗅探器\Sniffer.dsw

     文件       1335  2002-08-30 11:21  VC++编程实现网络嗅探器\Sniffer.h

     文件      49664  2010-09-12 21:48  VC++编程实现网络嗅探器\Sniffer.opt

     文件       4856  2010-09-10 01:29  VC++编程实现网络嗅探器\Sniffer.rc

     文件       7442  2010-09-12 21:38  VC++编程实现网络嗅探器\SnifferDlg.cpp

     文件       3307  2010-09-10 01:42  VC++编程实现网络嗅探器\SnifferDlg.h

     文件        209  2002-08-30 11:21  VC++编程实现网络嗅探器\StdAfx.cpp

     文件       1075  2002-08-30 16:04  VC++编程实现网络嗅探器\StdAfx.h

    ..AD...         0  2011-01-06 12:39  VC++编程实现网络嗅探器\res

    ..AD...         0  2011-01-06 12:39  VC++编程实现网络嗅探器

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

               116121                    18


评论

共有 条评论