资源列表
MACAddressChanger_Exe
- 更改mac地址的源程序,很好!立即可以用!-change mac address of the source, good! Can be used immediately!
Libnids-1.19-for-win32
- windows平台下的libnids,最新版本libnids 1.19 for win32,内有VC++工程.可以根据需要修改源码,也可以利用库文件方便地重组TCP等,进行协议还原,构造自己的网络入侵检测系统.-windows platform under the libnids. libnids latest version 1.19 for win32, VC works there. may need to modify the source codes, it can also be u
meditor
- 本人转载的,此在线编辑器,非常不错! 万博中小企业也是用的这个编辑器!-I reproduced in this online editor, very good! Huambo SMEs are also using this editor!
miranda-im-v0.5.1-src
- miranda 0.5版本的源代码,可以实现msn qq yahoomessenger 在同一程序内登陆,实现发送消息,传送文件,建立组群等功能-miranda 0.5 version of the source code, can be achieved msn qq yahoomessenger within the same landing procedures to achieve this news, transmission of documents, the establishme
ktracert
- 查询ip数据报经过的路由器地址的程序,通过ICMP协议检查Ip数据报的路由情况-inquiries ip data reported through the router addresses procedures, ICMP agreement through inspection Ip reported data routing of
JAVA_ChatRoom_EssentialVertion
- java简易聊天室*本程序为大四TCP/IP实验课要求编写的聊天程序*可以进行简单的聊天,并具有私聊的功能*支持多用户*上下线提醒*在线列表等简单功能*程序代码只有2个文件,超简单,初学必备-java chat room * Simple procedures for the senior TCP / IP experiment request of the Chat Program * for a simple chat, and Private Chat with the functiona
Client_Sever_Comnunication
- 基于VC开发的服务器和客户端分开的通信程序,具有文件传输和聊天等功能。-development of the VC-based server and client separate from the communication process, with file transfer and chat functions.
xu2006.12.16
- 转载一个网络传输和控制软件的源代码,据说不错。大家可以试一试-reproduced a network transmission and control software's source code, reportedly good. We can try
IPliuliangfenxi
- 使用Raw Socket编程,监控本地网络,捕获一段时间内以本机为源或目的地址的IP数据包,统计IP数据包的信息,列出本机到相同目的地址或同一源地址到本机且数据包协议类型相同的数据包的数量。-use Raw Socket Programming and monitoring the local network, caught in a time machine to the source or destination addresses of IP packets, statistics IP
tcpudpserver
- 首先Server程序创建两个socket,分别为 TCP socket(使用命令行参数指定的端口号)和UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。server端在这两个端口上侦听连接,接受来自客户端的服务请求。客户端根据提示进行操作。-procedures created two socket, for TCP socket (using the command line parameters designated ports), and UDP sock
arpfiindactivehost
- 就是运用此协议可以通过发送请求包,受到回应包的方式剖析出对方主机的IP和MAC的对应关系表。 实现基于ARP协议获取本局域网内全部活动主机MAC地址与IP地址对应关系列表,要求使用Winpcap,手动封装ARP数据包,并实现ARP响应数据包的接收和解析。 -is to use this agreement can request this package, by the response packet analysis from the other side of the IP and
checkjiaoyan
- 1. 算法原理:当发送IP包时,需要计算IP报头的校验和:当接收IP包时,需要对报头进行确认,检查IP头是否有误,算法同上2、3步,然后判断取反的结果是否为0,是则正确,否则有错。 2. 实现功能:计算输入数据的校验和,以判断接收数据是否正确 -1. Algorithm principle : When sending IP packets, it needs to calculate the IP header checksum : When receiving IP packets.