• 大小: 130KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-07
  • 语言: C/C++
  • 标签: sniffer  源码  VC++  

资源简介

本程序我花了一个月的时间做的,就是嗅探器,用处很大啊,让出来给大家

资源截图

代码片段和文件信息

// ContentView.cpp : implementation file
//

#include “stdafx.h“
#include “snifferpro.h“
#include “ContentView.h“
#include “MainFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
// CContentView

IMPLEMENT_DYNCREATE(CContentView CListView)

CContentView::CContentView()
{
buf=NULL;
buflen=0;
}

CContentView::~CContentView()
{
}


BEGIN_MESSAGE_MAP(CContentView CListView)
//{{AFX_MSG_MAP(CContentView)
ON_MESSAGE(WM_MESSAGE_PACKET_SPECIFYOnPacketSpecify)
ON_MESSAGE(WM_MESSAGE_PACKET_SELECTOnPacketSelect)
ON_MESSAGE(WM_MESSAGE_PACKET_REASSEMBLYOnPacketReassembly)
// NOTE - the ClassWizard will add and remove mapping 

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

     文件       6007  2003-04-12 19:32  SnifferPro\ContentView.cpp

     文件       1725  2003-04-07 12:50  SnifferPro\ContentView.h

     文件       6208  2003-04-15 16:46  SnifferPro\DlgAdp.cpp

     文件       1622  2003-04-09 21:19  SnifferPro\DlgAdp.h

     文件       3375  2008-05-04 17:14  SnifferPro\DlgFlt.cpp

     文件       1532  2008-05-04 17:16  SnifferPro\DlgFlt.h

     文件       1161  2003-04-07 00:38  SnifferPro\DlgRea.cpp

     文件       1236  2003-04-07 00:38  SnifferPro\DlgRea.h

     文件       1843  2008-05-04 18:02  SnifferPro\EtherHead.cpp

     文件        808  2003-04-18 10:23  SnifferPro\EtherHead.h

     文件       3470  2008-05-14 20:14  SnifferPro\IPGram.cpp

     文件       1337  2008-05-04 19:26  SnifferPro\IPGram.h

     文件      10411  2008-05-18 13:10  SnifferPro\MainFrm.cpp

     文件       3318  2008-05-14 20:34  SnifferPro\MainFrm.h

     文件       9106  2008-05-14 22:08  SnifferPro\MulPackView.cpp

     文件       2253  2008-05-04 19:05  SnifferPro\MulPackView.h

     文件       2699  2003-04-15 00:29  SnifferPro\MyListCtrl.cpp

     文件       1242  2003-04-13 11:55  SnifferPro\MyListCtrl.h

     文件       2094  2008-05-14 20:15  SnifferPro\ProgBar.cpp

     文件        784  2003-04-14 14:47  SnifferPro\ProgBar.h

     文件       4407  2003-03-30 23:26  SnifferPro\ReadMe.txt

     文件       1078  2000-11-20 22:09  SnifferPro\res\addmc++websvc.ico

     文件       2238  2001-12-15 12:41  SnifferPro\res\FirstSteps.ico

     文件       1078  2003-04-01 00:24  SnifferPro\res\ico00001.ico

     文件       1078  2003-04-01 00:28  SnifferPro\res\ico00002.ico

     文件       1078  2003-04-05 14:26  SnifferPro\res\ico00003.ico

     文件        766  2003-03-31 18:39  SnifferPro\res\icon1.ico

     文件        766  2003-03-31 19:29  SnifferPro\res\icon2.ico

     文件       1078  2000-11-20 17:36  SnifferPro\res\MISC30.ICO

     文件       1078  2003-04-01 00:38  SnifferPro\res\NETHOOD.ICO

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

评论

共有 条评论