搜索资源列表
IdsTest.zip
- 非常有用的构造并发送IP/UDP/ICMP数据包的程序
TCPInfoSrc.zip
- 类似netstatp的获得当前所有tcp连接信息,数据包发送接收等信息的的程序
wpcap_samples
- WinpCap开发包例子:1. devicelist.c 获得本机网络设备的列表 2. cappacket.c 抓取网络中的数据包 3. sendpacket.c 发送自己填充的一个数据包 4. statics.c 对网络中的数据进行统计 5. filter.c 按指定规则对捕获的数据包进行过滤-WinpCap development kits examples : 1. devicelist.c access the computer network equipment list 2. cap
PPP_md5
- 编译完了是一个基于串口PPP接入程序,用户拨号成功后,产生一个PPP服务进程,其他进程或内核可以向该进程发送数据包,在此基础上可以做数据链路加密的服务-end of a compiler based on the Serial PPP access, users dial-up after the success of PPP services have a process, or other processes to process core can send data packets, th
RUP
- 用UDP模拟TCP连接,在每个UDP包的头部,加入了发包的序数,以确保UDP包的个数与顺序。保证了,发送数据的完整性。-UDP simulation using TCP connections, in each UDP packet on the head, joined the ordinal number of contracts to ensure that the UDP packet with the number sequence. Guaranteed, send data int
窗口协议
- 由一台 PC (线程)向另一台 PC (线程)发送数据包,界面应显示出双方帧个数变化,帧序号,发送和接受速度,暂停或重传提示等,界面中必须动态显示数据帧的发送情况和接受情况,包括 在相应窗口详细 显示相应的 ACK 和 其他收发数据帧后发出的消息 ,以表明模拟协议的正确运作过程。 • 接收方及发送方应具有按序收发帧的能力; • 接受方应有固定大小的滑动窗口,并对收到信息缓存。当发送方速度过快或帧丢失(超时),接受方应发送消息,要求暂停或重传(停 -- 等协议);
AttackPort
- 一个向局域网某个端口不断发送数据包的小工具,可以模拟某种网络状态-a port to a LAN continuously send data packets small tool can simulate some kind of state network
RecTest
- 语音通信 实现两机语音传输,通过发送语音数据包实现。-voice communications to achieve two-voice transmission, by sending voice data packets to achieve.
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.
TcpIpDogPlus
- 一个用于SPI截获网络数据包的动态链接库,其中的封包数据通过WM_COPYDATA发送到前台主窗口,在XP下,VC6编译通过-SPI intercepted for a data packet network the dynamic link library, the data packets sent through the WM_COPYDATA main window to the front of the stage, in XP, compiled by VC6
eth_udp
- 一个以太网UDP数据包发送程序,可以直接指定16进制数据以及对方的IP地址
arp_truck
- arp工具源程序,读取数据连路层数据包,筛选所接收到的数据包,生成的arp包使用sengto系统调用发送出去,达到arp欺骗的目的。
make_pack
- 用c语言发送数据包,定制自己需要的网络数据包。
packet32raw+socket
- 使用packet32实现的raw socket的初始化、接收数据包、发送数据包、关闭等功能.rar
udpclient
- 一个用C写的UDP客户端;向指定的服务器端口发送数据包
shujubaofasongchengxu
- 几个数据包发送程序,可以实现发送数据包大小,长度,数量的定制。
LibnetSend
- libnet发送数据包的实例,本来为别人毕业设计时写的。这里可以参阅。
截获网络包
- 能够截获本机所收到或发送的TCP、UDP数据包,并可显示包的二进制内容。-can intercept the plane received or sent to the TCP, UDP data packets, as well as display the binary contents of packets.
网络发包
- 用于模拟发送HTTP数据包,支持POST,GET方式。