搜索资源列表
TCP-IP详解卷1:协议.rar
- tcp/ip协议详解
libnids-1[1].16.tar
- 基于TCP/IP协议的网络入侵检测系统是在Linux平台下,充分利用Linux的网络特性来设计的网络安全防御系统的一部分。在完全理解TCP/IP通讯协议的基础上来开发基于网络的入侵检测系统,它主要包括以下几个部分:数据包拦截器,数据包分析器,数据包生成器,远程通讯控制模块,集中管理模块等。 关键字:入侵检测系统,网络安全,协议分析,网络入侵检测系统- Based on the TCP/IP agreement network invasion examination system is und
ReadIP
- 一个简单的TCP/IP协议分析程序,适合初学者学习。注:从网上收集的-a simple TCP / IP protocol analysis procedures, suitable for beginners to learn. Note : The online collection
UCOS TCP-IP-PPP
- 网络编程,uc/os下用的IP/TCp协议,嵌入式开发必备-network programming, uc / os using IP / TCp agreement, embedded development required
pcshare20060514
- 远程控制代码..TCP/IP协议...IO重叠模式.可实现文件,注册表,屏幕的操作-remote control code ..TCP / IP protocol ... IO overlapping pattern. Documents can be realized, Register, the operation of the screen
java
- 引言 由于因特网的迅速流行,越来越多的应用程序具备了在网上与其它程序通信的能力。从WIN95开始微软把网络功能融进了它的操作系统,使得应用程序网络通信能力更为普及。因此,微软的TCP/IP协议也就成为网络应用程序基于的首选协议。 一般采用TCP/IP协议的应用程序只实现了单用户与服务器间点对点的连接,
network.tar
- 在LINUX平台下,QT4环境下的TCP/ip协议通信,能实现传送任意字符串功能的有图形界面的程序源代码。
PhoenixFW
- 分层服务提供程序。 LSP就是TCP/IP协议等的接口.LSP用在正途上可以方便程序员们编写监视系统网络通讯情况的Sniffer,可是现在常见的LSP都被用于浏览器劫持
TCP-IP详解卷1:协议
- tcp/ip协议详解-tcp/ip protocol detailed
dm642tcpip
- DM642的tcp/ip协议知识,请有相关需求人员参考,如不适合你,请继续努力!-DM642' s tcp/ip protocol knowledge, please reference the relevant requirements, such as not suitable for you, please continue to work hard!
CDevelopIP
- C语言开发IP包例子(TCP/IP包发送) 给目标主机的端口发送一个 syn请求,注意目标主机的信息会发给发送IP地址的主机 这说明TCP/IP协议本身有IP期骗的漏洞 这种方运可以自己写成特殊的基于IP协议上层的自定义协议-C language development examples of IP packets (TCP/IP packet to send) to the target host' s port to send a syn request, note tha
uCOS-II
- 有关ucos—II移植的相关资料 和相关资源 tcp ip 协议等等 需要的可以-ucos yizhi tcp ip
Linux-Network-Programming
- 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。《Linux网络编程》内容分为4个部分:Linux程序设计基础部分、Linux用户空间网络编程部分、Linux内核网络编程部分以及综合案例部分。内容包含Linux系统概述、Linux编程环境、Linux文件系统简介、Linux下的进程和线程、TCP/IP协议族、应
TCP-IP-1
- TCP-IP详解卷1:协议内容丰富,用图说明事实,很给力。-TCP-IP Illustrated, Volume 1: The rich content of the agreement, with the figure illustrates the fact, it is to the force.
TCP-IP-Detailed-3
- TCP-IP详解卷三:TCP事务协议,HTTP,NNTP和UNIX域协议 的电子书-Detailed TCP-IP Volume III: TCP transaction protocol, HTTP, NNTP, and UNIX domain protocols eBook
Linux-TCP-IP
- linux tcp/ip 内核分析 协议栈分析-linux tcp/ip
TCP-multi-pthread-program
- 在linux环境下的用C语言编写的基于TCP/IP协议的网络编程的程序。-In the linux environment using C language based on TCP/IP protocol network programming process.
tcp.tar
- 使用tcp/ip协议实现聊天功能,程序有client和server两部分。(Using tcp/ip protocol to achieve chat function, the program has two parts client and server.)
TCP-IP详解.卷三
- TCP-IP详解.卷三:TCP事务协议,HTTP,NNTP和UNIX域协议,详细讲述TCP实现的原理 适合初学者阅读(TCP/IP details. Volume 3: TCP transaction protocol, HTTP, NNTP, and UNIX domain protocols, detailing TCP implementation principles for beginners to read.)
linux TCP IP协议栈源码解析
- linux内核TCP/IP协议栈解析,包括协议栈内核源码,适合中、高级开发人员