搜索资源列表
NetworkTest.rar
- vs2005下MFC开发的基于数据流套接字的即时通讯软件,入门第一作,VS2005 developed under the MFC socket data stream based on instant messaging software, the first entry for
wininet-spider
- 网络爬虫,完美演示了多线程和深度设置抓取网页数据。-crawl through internet to get web data. the win32 api supports applications that are pre-emptively multithreaded. this is a very useful and powerful feature of win32 in writing mfc internet spiders. the spider project is a
IdsTest
- 非常有用的构造并发送IP/UDP/ICMP数据包的程序-A useful program which can construct and send IP/UDP/ICMP data packets
TrafficeOFIP
- 使用MFC+WinPcap捕获数据包;进行IP流量的分析-use MFC structure and WinPcap to capture packets, and also can analyze the traffic of IP
SimuTcpClient
- 模拟tcp协议的三次握手 mfc 使用winpcap开发; 在多线程同步方面有些小问题; windows xp sp2以上的系统不能发送原始的tcp数据包,并且在收到tcp的syn包后,会自动回复一个rst包,故不能建立连接,所以使用winpcap开发,并且还写了个简易的防火墙,过滤掉了系统自己发出的rst包。-Simulated three-way handshake protocol tcp mfc using winpcap development in a multi-t
Phone
- 网络多媒体通信 1、编制一个网络多媒通信软件,实现: 在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。 2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。 本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client
ZXG_MySniffer
- 饮水思源。决定分享自己的MFC编程开发经验。 ZXG_MySniffer网络抓包分析仪软件说明文档 一、 软件功能描述: 1、 能够获取本地网卡信息,包括以太网卡、无线网卡和虚拟网卡的所有详细数据; 2、 支持IP、ICMP、ARP、RARP、TCP、UDP等六种协议,提供用户自选包过滤规则; 3、 可多线程抓取数据包,并列表显示抓取的数据包;支持从数据链路层到传输层的包字段分析;支持包内数据明细记录; 4、 支持ARP查询功能,可多线程查询与本地以太网卡位于同一网
TestCenter
- 基于TCP/UDP的网卡性能测试工具 可以以设定的时间间隔发送设定数量的数据包 VC6/MFC实现.-Network Interface Card Performance Test Tool Base on TCP/UDP VC6/MFC.
Internet-analysis
- 利用mfc编的简单的网络数据包分析程序,具有分析网络数据的功能-Mfc compiled using simple network packet analyzer, network data analysis capabilities with
Client
- 采用VC++实现客户端的TCPIP接收数据-receive data by TCPIP protocol
MFC
- 众所周知,ethereal可以捕捉网络数据包,本程序代码可以将 ethereal包进行拆分,还原里面的协议头部以及数据,进行各种相应的应用-As we all know, ethereal can capture network packets, the program code can be split ethereal packets, which the agreement to restore the head, as well as data, conducting a variety
mfc-network-capture-tool
- 本软件是基于WinPcap4.1.2的MFC抓包程序,可以对选定的网卡的数据进行捕获,之后可以分析捕获的数据包包括源和目的ip地址等信息,并且可以导出这些信息特点是可以对所截获的数据包进行语法协议过滤分析。-This software is based a WinPcap4.1.2 MFC capture program to capture card data selected after analysis of captured packets, including source and d
tcp--and-mfc
- 使用mfc tcp协议实现数据传输,有客户端和服务端两个端口-Use mfc tcp protocol for data transmission, the client and server both ports
MFC-tcpip-chat-room-
- 基于TCP/IP的通信基本上都是利用SOCKET套接字进行数据通讯,程序分为服务器端和用户端两部分-TCP/IP based communication basically use the SOCKET data communications, the program is divided into server and client in two parts
MFC-CapPack2
- 一个利用WINPCAP拦截所有数据包的程序,记录保存、分析包数据,MFC界面,VS2013开发-A program to use WINPCAP to intercept all packets, record keeping, data analysis package, MFC interface, VS2013 development
MyChatClient
- 本课题是设计一个聊天室软件,包括服务器端和客户端,主要功能为: 服务器端:初始化socket, 创建服务器端,在特定的端口上等待来自客户的连接请求,并且能够记录所有成功的连接;接受用户传送来的连接判断命令,并向用户发出响应命令;支持多个客户端的连接,在服务器和多个客户端之间进行数据传输;能接受用户传送来的聊天信息,然后所有链接的客户端转发。 客户端:建立和维护与服务器的连接,并且随时检测连接的状态;能够把用户输入的信息及时发送到服务端;有一个消息显示区,还可以显示历史信息。(This top
MFC实现的网络传输图片
- 传输图像数据,一个服务器端和一个客户端组成。(The transmission of image data consists of one server and one client.)
UDPGroup1
- 简洁的收发界面,实现加入组播并且接收和发送数据的功能。基于MFC实现(join udp group ,send and receive message)
用MFC做的IP包流量分析程序
- 可以实现IP流量数据包的捕获与分析,图形化界面(please read Chinese comments,thank you)
ManageMdm
- 通过编写mfc程序与微信进行网络通信,实现图片数据传输(Using MFC program to communicate with WeChat to realize the transmission of picture data)