资源简介
基于MFC对话框和Winpcap实现的通过构造、发送和接收ARP数据帧获取局域网内活动主机物理地址的程序
代码片段和文件信息
// arp.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “arp.h“
#include “arpDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CArpApp
BEGIN_MESSAGE_MAP(CArpApp CWinApp)
//{{AFX_MSG_MAP(CArpApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CArpApp construction
CArpApp::CArpApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CArpApp object
CArpApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CArpApp initialization
BOOL CArpApp::InitInstance()
{
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
CArpDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 39472 2009-10-24 21:31 使用ARP协议获取局域网内活动主机物理地址\arp\arp.aps
文件 1480 2009-10-21 14:13 使用ARP协议获取局域网内活动主机物理地址\arp\arp.clw
文件 2021 2009-10-10 15:02 使用ARP协议获取局域网内活动主机物理地址\arp\arp.cpp
文件 4560 2009-10-15 22:31 使用ARP协议获取局域网内活动主机物理地址\arp\arp.dsp
文件 531 2009-10-10 15:51 使用ARP协议获取局域网内活动主机物理地址\arp\arp.dsw
文件 1291 2009-10-10 15:02 使用ARP协议获取局域网内活动主机物理地址\arp\arp.h
文件 18025472 2009-10-24 22:22 使用ARP协议获取局域网内活动主机物理地址\arp\arp.ncb
文件 57856 2009-10-21 14:14 使用ARP协议获取局域网内活动主机物理地址\arp\arp.opt
文件 1485 2009-10-21 14:13 使用ARP协议获取局域网内活动主机物理地址\arp\arp.plg
文件 5995 2009-10-24 21:31 使用ARP协议获取局域网内活动主机物理地址\arp\arp.rc
文件 870 2009-10-24 21:32 使用ARP协议获取局域网内活动主机物理地址\arp\arp.sln
..A..H. 16896 2009-10-24 22:22 使用ARP协议获取局域网内活动主机物理地址\arp\arp.suo
文件 7973 2009-10-24 21:32 使用ARP协议获取局域网内活动主机物理地址\arp\arp.vcproj
文件 1415 2009-10-24 22:22 使用ARP协议获取局域网内活动主机物理地址\arp\arp.vcproj.李经纬-PC.李经纬.user
文件 13596 2009-10-24 22:22 使用ARP协议获取局域网内活动主机物理地址\arp\arpDlg.cpp
文件 2170 2009-10-15 17:28 使用ARP协议获取局域网内活动主机物理地址\arp\arpDlg.h
文件 746 2009-10-14 09:54 使用ARP协议获取局域网内活动主机物理地址\arp\ArpHead.h
文件 668 2009-10-14 09:54 使用ARP协议获取局域网内活动主机物理地址\arp\ArpPacket.h
文件 585 2009-10-14 09:54 使用ARP协议获取局域网内活动主机物理地址\arp\EthernetHead.h
文件 3429 2009-10-24 19:18 使用ARP协议获取局域网内活动主机物理地址\arp\Packet.cpp
文件 877 2009-10-15 07:54 使用ARP协议获取局域网内活动主机物理地址\arp\Packet.h
文件 3525 2009-10-10 15:02 使用ARP协议获取局域网内活动主机物理地址\arp\ReadMe.txt
文件 1078 2009-10-10 15:02 使用ARP协议获取局域网内活动主机物理地址\arp\res\arp.ico
文件 395 2009-10-10 15:02 使用ARP协议获取局域网内活动主机物理地址\arp\res\arp.rc2
文件 766 2009-10-15 22:31 使用ARP协议获取局域网内活动主机物理地址\arp\res\icon1.ico
文件 1094 2009-10-15 22:31 使用ARP协议获取局域网内活动主机物理地址\arp\resource.h
文件 205 2009-10-10 15:02 使用ARP协议获取局域网内活动主机物理地址\arp\StdAfx.cpp
文件 1054 2009-10-10 15:02 使用ARP协议获取局域网内活动主机物理地址\arp\StdAfx.h
文件 98304 2009-10-24 21:32 使用ARP协议获取局域网内活动主机物理地址\Exe\arp.exe
目录 0 2009-10-23 19:56 使用ARP协议获取局域网内活动主机物理地址\arp\res
............此处省略6个文件信息
- 上一篇:TCP数据包转发程序
- 下一篇:MCS-51单片机原理与应用(C语言版.
相关资源
- C#_IFC_Viewer_Editor 最新Csharp源码 2017_
- C# Csharp 调用 C++的DLL中的回调函数
- Skinsharp+最新破解版+150个皮肤
- Skinsharp-VS2013可用
- opencvsharp-20个
- 基于winpcap的ARP发送程序
- IP地址查物理地址C/C++
- 计算机网络课设之解析ARP数据包
- RPP算法-RobustPlanarPose-C++
- ARP数据包的解析
- 一个聊天室,支持文件传输
- MFC美化-SkinSharp库使用方法和经典例程
- C语言实现ARP攻击
- 局域网活动主机扫描程序
- CefSharp - 最火热的 Winform 使用 Webkit 内
- C# 调用c++ 库 参数为指针类型导出函数
- arp攻击c++代码
- ARP协议的c语言实现源代码
- freetype_CSharp_Library.rar
- iarpatcher32.zip
- 通过编程获取IP地址与MAC地址的对应关
- 添加修改删除计算机ARP列表的VC++程序
- ARP请求应答C++MFC界面
- arping获得目的主机的mac地址
- C++环境下发送ARP包
- ARP欺骗程序使用WinPcap
评论
共有 条评论