TCPIP协议, ARP地址解析协议原理-Beginners agreement, ARP ARP Principle 下载
|
解析cisco的skinny协议,根据信令自动保存udp语音包,实现cisco的VOIP系统监控。- Analyzes cisco the skinny agreement, the root according to what is believed makes automatically to preserve the udp pronunciation package, realizes the cisco VOIP system monitoring. 下载
|
本附录介绍一些新的A P I函数,有了这些函数,便可在自己的计算机上对I P协议统计情况 进行查询和管理。它们有助于获得下面的能力: ■ I p c o n f i g . e x e(或适用于微软Windows 95的Wi n i p c f g . e x e):显示I P配置信息,允许释放 和更新D H C P分配的I P地址。 ■ N e t s t a t . e x e:显示T C P连接表、U D P监听者表以及I P协议统计情况。 ■ R o u t e . e x e:显示并处理网络路由表。 ■ A r p . e x e:显示并修改供“地址解析协议”(A R P)使用的I P到物理地址翻译表。- 下载
|
要通过Wi n s o c k建立通信,必须了解如何利用指定的协议为工作站定址。本章将一一说明 Wi n s o c k支持的协议以及各协议如何把一个指定家族的地址解析成网络上一台具体的机器。-through Wi n s o c k establish communications, we must understand how to use the designated address in the agreement for the workstation. The chapter will on January 1 shows Wi n o c ks support of the agreement and the agreement specified how a family of Web Address Resolution Taiwan dataflow on a specific machine. 下载
|
1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。 2、VC++6.0编译设置 需要在菜单Poject-〉Settings 弹出的对话框中把预编译头设置成Not using precompiled headers,如Vc_setting.jpg中的图片所示。 3、运行 编译生成decode2.exe文件后在命令行如下运行 decode2.exe d:\cctv.ts 一开始在没有分析完PAT和PMT表时会打印一些如unexpected pid: 513的消息,请耐心等待一会儿就会发现分析的系统层信息打印了。可能刷屏很快导致你看不清信息,可以将打印信息重定向到某个文件中,如下: decode2.exe d:\cctv.ts >c:\ts_decode.txt 运行decode2.exe的同时会在当前目录生成过滤后的PES文件,文件名格式stream512,512为PID。 -a brief account of this code is ISO 13818-5 MPEG2 system layer protocol analysis code, After I few modifications, now he can finally in VC 6.0 compiler operation, Published line with those dedicated to understanding MPEG2 system layer protocol and an overtime programmers. To be compiled under the windows, I revised the relevant part of the operating system code, Notes swap some of the main function, leaving only the main decode.cpp function without notes, So when a compiled program is TS system layer decoding process analysis, if we are to achieve other functions such as encode. decode.cpp as long as the main function of the rich encode.cpp put the main function annotation will be removed. 2. VC 6.0 compiler installed in the menu Poject - "Settings pop-up dialog box put pre - translat 下载
|
可加深对tcp ip协议理解.使用c++实现域名解析功能.通过构造icmp包发送接收查询包实现.-deepen the understanding tcp ip agreement. C use analytic functions to achieve the domain name. By constructing icmp packets send and receive inquiries kit. 下载
|
捕获网络中的IP数据包,解析数据包的内容,将结果显示在标准输出上,并同时写入日志文件。 程序的具体要求如下: 1)以命令行形式运行:ipparse logfile,其中ipparse是程序名, 而logfile则代表记录结果的日志文件。 2)在标准输出和日志文件中写入捕获的IP包的版本、头长度、服务类型、数据包总长度、数据包标识、分段标志、分段偏移值、生存时间、上层协议类型、头校验和、源IP地址和目的IP地址等内容。 3)当程序接收到键盘输入Ctrl+C时退出。 -capture of IP network data packets, packet analysis, the results show that the standard output. and at the same time into the log file. Procedures for the specific requirements are as follows : a) to run on the command line : ipparse logfile. which is ipparse programs, and logfile on behalf of record results log file. 2) In the standard output and log files were written into the IP packet capture versions, the first length, type of service, packet length, packets logo, subparagraph signs subparagraph offset values, the survival time, upper layer protocol type, and the first check, source IP address and destination address. 3) When the procedures to receive keyboard input Ctrl C aborted. 下载
|
本书介绍TCP/IP及其应用。TCP/IP是Internet上使用的协议,而Internet是世界上最大的互联网络。本书内容十分丰富,几乎涵盖了有关TCP/IP的各个方面,包括开放式通信模型、TCP/IP通信模型、IP网络中的命名和寻址机制、地址解析及反向地址解析协议、DNS域字服务器、WINS、地址发现协议、IPv6、IP网络中的路由协议(RIP、OSPF等)、互联网打印协议、LDAP目录服务、远程访问协议、IP安全与防火墙。本书介绍了如何为Windows 9x/NT配置TCP/IP;还介绍了如何使用TCP/IP应用程序,包括远程登录、FTP、Web浏览等。-this book about TCP / IP and its applications. TCP / IP is used on the Internet agreement and the Internet is the worlds largest Internet. The book is rich in content, almost covering the TCP / IP in all its aspects, including open communication model, TCP / IP communications model, the IP network naming and addressing mechanisms, address resolution and reverse ARP, DNS Domain word servers, WINS, address discovery protocol, IPv6, IP Network Routing Protocol (RIP, OSPF, etc.), Internet printing protocol, LDAP directory services, remote access protocol, IP security and firewall. The book explains how to configure Windows 9x/NT TCP / IP; also described how to use the TCP / IP applications, including remote login, FTP and Web browsing. 下载
|
PWM控制输出电压由于该程序所需完成的功能比较简单,设计时采用了简单的前后台组织结构:后台程序(主程序)在非通讯状态时工作,完成各项数据的采集和预处理,并标准化至通讯协议所规定的格式。这一过程不停进行,随时提供最新数据;前台程序(中断服务程序)在接收到来自控制器的命令时启动。它对命令加以识别,并按要求向控制器传送相应数据或对数据进行解析执行。该程序的流程示意如图-PWM output voltage control due to the completion of the procedures required for the function of a relatively simple design, a simple organizational structure around Taiwan : background (main program) in non-state communication, complete data acquisition and pre-processing, and standardized communication protocol to the format provided. This process conducted on a continuous basis and provide the latest information; Prospects (interrupt service routine) from the receiving controller to activate the orders. It ordered to be identified, together with a request to the controller or corresponding data transmission for data analysis implementation. The indicative of processes figure 下载
|
PING程序源码有记录路由功能,这个程序解析了PING功能实际的处理实现,大家剖析了他,也就对icmp协议有了更深的了解。-PING record procedures source routing functions, the analytical procedures PING function of the actual handling realized, we analyze him, right icmp agreement also gained a deeper understanding. 下载
|