当前位置:
首页 资源下载
搜索资源 - layered service provider
搜索资源列表
-
0下载:
This code sample illustrates a Winsock 2 layered service provider (LSP).
An LSP is a method of inserting a layer between the Winsock 2 API and
applications. This is achieved by creating a DLL which implements the
entire set of Winsock provider
-
-
0下载:
this a very good document which describes Layered Service Provider architecture and relavant issue while implementing it.-this is a very good document which describes Layered Service Provider architecture and relavant issue while implementing it.
-
-
0下载:
一个client server模型,可以处理网络的几个基本协议。-a client server model. can test same basic protocal.
-
-
0下载:
a Winsock 2 layered service provider.
An LSP is a method of inserting a layer between the Winsock 2 API and
applications.
-
-
0下载:
LSP layered service provider for url snifer
-
-
0下载:
winsock2 spi 示例代码,学习spi必备,可以在此基础上开发自己的软件。-The WinSock2 service provider interface includes provisions for
"layering" service providers. This sample code demonstrates how
that is done.
When the sample code is built, a DLL and an EXE result.
-
-
0下载:
山寨360的LSP修复工具.
LSP即分层服务提供商,Winsock 作为应用程序的 Windows 的网络套接字工具,可以由称为“分层服务提供商”的机制进行扩展。Winsock LSP 可用于非常广泛的实用用途,包括 Internet 家长控制 (parental control) 和 Web 内容筛选。在以前版本的 Windows XP 中,删除不正确的(也称为“buggy”)LSP 可能会导致注册表中的 Winsock 目录损坏,潜在地导致所有网络连接的丢失.
本程序包含LSP读取
-
-
0下载:
安装一个分层服务提供者。 可以成功的安装一个LSP。(包括一个LSPDLL)-Installation of a layered service provider. Can successfully install a LSP. (Including a LSPDLL)-
-
-
0下载:
Winsock 2 分层服务提供者示例,存放SPI封包截获的DLL工程,-Winsock 2 layered service provider example, deposit SPI packets intercepted DLL project,
-
-
0下载:
Winsock 2 分层服务提供者示例,存放SPI封包截获的DLL工程,(Winsock 2 layered service provider example, deposit SPI packets intercepted DLL project,)
-
-
0下载:
Winsock 2 分层服务提供者示例,存放SPI封包截获的DLL工程,(Winsock 2 layered service provider example, deposit SPI packets intercepted DLL project,)
-
-
1下载:
// Descr iption:
//
// This sample illustrates how to develop a layered service provider that is
// capable of counting all bytes transmitted through an IP socket. The application
// reports when sockets are created and reports how many
-