搜索资源列表
kj95
- LINUX系统下基于ARM处理器的使用GPRS方式通过SOCKET数据包进行煤矿瓦斯监控的程序.这是在黑龙江省现场运行的程序源代码.-Linux systems based on ARM processor using GPRS means data packets through SOCKET for coal mine gas monitoring procedures. This is the scene in Heilongjiang Province operation of the
packet32raw+socket
- 使用packet32实现的raw socket的初始化、接收数据包、发送数据包、关闭等功能.rar
socket
- 用C++实现windows的socket,利用tcp连接服务器并传送数据包后,再用udp接收数据包
伪造IP数据包20050331
- 自己编写的网络SOCKET通讯软件,在VC 6.0下编译通过,功能比较简单,可在局域网中任意两台机器上通讯,可下载此软件代码,用于自己的网络通讯类-their SOCKET prepared by the network communication software, the VC 6.0 compiler, relatively simple function can be arbitrary in LAN communications on the two machines can down
Socket Demo 客户端和服务器端发送数据包的测试代码
- 开发的一个客户端和服务器端发送数据包的测试代码。-Development of a client and server-side code to send the test packets.
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.
udp_demo.zip
- 用rawsocket构造udp数据包的程序,Rawsocket constructed using udp packet procedure
raw_socket
- 用原始套接字抓取链路层数据包,并分析数据包的各层协议报头。-raw socket
RawSocket_Sniffer
- Raw Socket: 原始套接字,可以用它来发送和接收 IP 层以上的原始数据包, 如 ICMP, TCP, UDP...创建Raw Socket Sniffer嗅探器-Raw Socket: raw sockets, you can use it to send and receive IP layer over the original data packet, such as ICMP, TCP, UDP ... create a Raw Socket Sniffer Sniffer
EMTASS2.1
- C# 实现的多线程异步Socket数据包接收器-SOCKET CONN
Socket
- socket接收数据包源码,socket通信,数据包捕获-socket accept data souce
sendpack
- raw socket 发送数据包 sendpacket-send raw socket packet sendpacket
wsock32
- 通过api拦截socket数据包,创建一个动态链接库来代替原winsock接口库,可放入*控制代码-Instead api intercept a the socket packet, to create a dynamic link library the original winsock interface library, into the plug-in control code
Win32-socket
- socket 接受网络数据包,并且将接受到的数据写入文件中。-Socket accept network packets, and will accept the data writing to file.
RawSocket
- 用rawsocket构造tcp数据包的程序-Rawsocket constructed using tcp packet procedure
java
- 随着Internet的普及,全球性信息化浪潮在给我们带来便利的同时,网络信息安全问题也日益彰显。因此,一些企业、机关、科研机构为了防止数据的泄密,常常需要利用网络数据包的截获与还原技术来监视从本单位传出的数据。 然而,在一个大型局域网中,对大量的网络数据进行采集和监控可能需要通过多机协作技术来实现。本文首先对TCP/IP协议进行了阐述,并分析了多机协作和数据包采集技术,然后以Java为工具,实现了基于Socket的网络数据多机协作采集的有关技术和核心算法。-err
CSHARPSOCKET
- C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
socket
- 一个简单的socket服务器,两个独立的线程分别处理输入流和输出流,然后一个简单的线程池处理从输入流中解析出来的iso8583数据包-A simple socket server, two separate threads are processing the input and output streams, then a simple thread pool to parse from the input stream of data packets out of the iso8583
socketudp
- 本程序通过udp协议的socket模拟window下面的ping程序,不需要socket连接,直接发送数据包,该数据包是通过struct自己定义的结构-This procedure simulated through socket udp protocol ping window following procedure does not require socket connections, sending packets directly to the data packet is defin
socket
- VC 套接字 实现抓获网络数据包 分析IP TCP UDP协议-VC socket realize capture network packet analysis IP TCP UDP protocol