搜索资源列表
C++ socket编程
- C++ socket编程
rawstuff.zip
- 使用packet32实现的raw socket的初始化、接收数据包、发送数据包、关闭等功能。,It has realised the Raw socket`s initialation, receiving, sending of data packets and closing functions in which packet32 is used.
TCPTester-xjt
- socket各种TCP模型性能测试,包括select模型,阻塞同步TCP模型,客户端开启1000个线程开启1000个socket-socket test speed,including select,the client create 1000 sockets.
HttpWatch
- 网络截取封包示例,使用raw和winpcap模式,不错的学习参考-c# raw socket,winpcap
Ping
- 利用Raw Socket实现Ping的模拟程序。根据 ICMP协议原理,活动主机在接收到回显请求时会返回一个 ICMP回显应答。-Raw Socket achieved using the simulation program Ping. According to the ICMP protocol works, activities in the host receives the echo request will return an ICMP echo reply.
Socket_network_sniffer
- 网络嗅探器,进行可以监视经过本机网卡的IP帧数据包,并可选择多种监控协议.-Socket network sniffer
Socket
- socket接收数据包源码,socket通信,数据包捕获-socket accept data souce
vc-http
- VC Socket GET_POST发送HTTP请求示例-VC Socket GET_POST send HTTP
AnalyzeTCP
- 本程序通过使用Winsock2原始套接字捕获局域网内TCP数据报,并解析TCP包头-This procedure through the use of raw socket capture Winsock2 LAN TCP datagram and resolve TCP Baotou
PortScaner
- 在C sharp 环境下使用raw socket编程和其他的相关的 扫描方法-In C sharp environment using raw socket programming and other related scanning method
socketsniff
- SocketSniff allows you to watch the Windows Sockets (WinSock) activity of the selected process. For each created socket, the following information is displayed: socket handle, socket type, local and remote addresses, local and remote ports, t
Tracert
- Tracert程序 Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP 数据报访问目标所采取的路径。Tracert 命令用 IP 生存时间 (TTL) 字段和 ICMP 错误消息来确定从一个主机到网络上其他主机的路由。 本程序利用RAW Socket实现Tracert程序。Tracert程序在具体实现时,是令其向目的主机发送一个ICMP回显请求消息,并重复递增IP头部TTL字段的值。刚开始的时候TTL等于1,这样当数据报抵达途中的第一个路由器时,TTL值就被减为0,导致发生超时
j_shk
- raw socket 封包分析源碼 給有興趣學習者參考,內涵編譯完成的執行檔 -raw socket packet analysis of source code to interested learners reference, meaning the completion of the executable file compiled
CSHARPSOCKET
- C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
socket
- 简单的嗅探器,可以进行抓包也可以进行端口扫描,比较简单,端口扫描输入要扫描的IP地址和端口号-Simple sniffer, Ethereal can scan ports can also be relatively simple, port scan input to scan IP address and port number
zhuabao
- 以太网数据截获,可以获得数据帧,并对其进行分析。-raw socket
Basic_TCP_2044811262007
- Basic TCPIP Socket System
socket
- 一个利用socket控件实现的网络字符串发送及回复例子-Implementation of a network using socket control string is sent and the reply example
socket
- 通过socket套接字,实现arq(停止等待协议)-Socket socket ARQ (Stop waiting for the agreement)
raw-socket
- linux下使用raw socket 截获数据并分析其中的http数据-linux use the following raw socket intercepts the data and analyze the data http