搜索资源列表
用python的dpkt库解析离线网络数据包
- 用python的dpkt库解析离线网络数据包,并用ChartDirector库将网络数据包数据按时序关系(横轴为时间,纵轴为数据包大小)绘图,便于网络分析,Parsing library with python s dpkt off-line network packet, and use ChartDirector library network packet data according to temporal relationship (the horizontal axis is tim
xml解析源码,可以传送基本数据类型
- xml解析源码,可以传送基本数据类型,包括结构和结构数组,本身也包含通信功能(windows也可使用)-xml parsing source code, you can transfer the basic data types, including structural and structure of the array itself contains the communication function
PCAP-packet-analysis
- PCAP数据包解析-wireshark截取数据报文-PCAP packet analysis-wireshark intercept data packets
xmlparse
- XML解析源码,用C语音实现xml数据的编码和解析-XML parsing source code, using C language to achieve encoding and parsing xml data
netmonitor
- 网络监测工具,可监测局域网里面的所有IP包,并分析来源和去向以及端口,尚未解析数据-Network monitoring tools, which can monitor all LAN IP packet and to analyze the origin and destination as well as the port, has yet to resolve data
StockSeek_old
- 解析股票信息。自动获取股票数据。 解析股票信息。自动获取股票数据。-sdfsdfsdfsdgsdfgfsdgdsfgfsdgsdg
parsenet
- 可用于解析网页数据-PARSE THE NET
capture
- 数据包解析 数据包解析 数据包解析-Analysis of packet packet packet Analytical Analysis
Save2Xml
- 对xml文档进行解析成数据,便于对数据进行后续的操作,比如把数据导入数据库;把数据构建成xml文档,以进行后续的传输-disparse the xml document construct xml document
NetworkProgramme
- 网络编程:将指定URI数据下载到本地文件、从指定FTP服务器下载文件、上载本地文件到指定URI资源、查找网页中的所有超链接、获取指定网页的源代码、用Ping检测远程计算机、解析URI统一资源标识符、异步调用Web Service程序-Network Programming: The specified URI data downloaded to a local file, from the specified FTP server to download files, upload local
FileDownLoad
- 利用套接字Select模型开发的一个远程文件下载程序,该程序包括服务器端和客户端两部分。服务器主要包括多线程设计,数据包设计,界面设计发送目录结构设计等部分。客户端包括多线程设计,界面设计等部分客户端的大致流程是连接服务器 发送请求接受目录,发送请求,解析数据,显示数据 等部分。-Select model development using a socket, a remote file downloading program, which includes server-side and cl
Traffic_Analyzer
- 需要实现的功能目标是: 1. 网卡、适配器的显示和选择 2. 获取局域网内活动主机 3. 数据包的接收 4. 数据包的解析 5. 选择活动主机列表中一个或多个主机 6. 捕获数据包并进行概要信息显示 7. 显示IP流量统计信息 -Need to achieve functional objectives are: 1. Card, adapter display and option 2. Activities within the LAN hosts to ob
CSHARPSOCKET
- C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
ip_test
- 解析IP数据包的程序的源码!!捕获网络中的IP数据包,解析数据包的内容-Analytical procedures for IP packet source! ! Capture IP packets on the network, parse the contents of the packet
2010121514552827
- json数据处理格式,结合主站程序的应用。尽管有许多宣传关于 XML 如何拥有跨平台,跨语言的优势,然而,除非应用于 Web Services,否则,在普通的 Web 应用中,开发者经常为 XML 的解析伤透了脑筋,无论是服务器端生成或处理 XML,还是客户端用 Javascr ipt 解析 XML -json format data processing, combined with the application of the master program. Despite the publ
ip-data
- 所设计程序能够捕获网络中的IP数据包,解析数据包的内容,显示数据包内容并同时写入日志文件。 -The design process can capture IP packets in the network, parse the contents of the packet, showing the contents of data packets and also written to the log file.
TCPS
- 计算机网络+课程设计源代码和实验报告+帧封装、IP数据包解析和发送TCP数据包-Computer Network+ curriculum design source code and test reports+ frame encapsulation, IP packet analysis and send TCP packets
IPdata-package
- TCP/IP协议定义了一个在因特网上传输的包,称为IP数据报。这是一个与硬件无关的虚拟包, 由首部和数据两部分组成,ip数据包解析-ip data package
解析IP数据包
- 有关IP数据包解析的小Demo(Small Demo of IP packet resolution)
IP层数据包解析
- 提供对网络的IP数据包进行解析,包括对协议类型、源IP地址、目的IP地址、数据信息等进行解析。(Provide an analysis of the IP packets on the network)