文件名称:WindowsNetAndConmunicationDesign
- 所属分类:
- 网络截获/分析
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2.05mb
- 下载次数:
- 0次
- 提 供 者:
- 王*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
讲述Windows网络程序设计的入门教程,展示了各种Windows I/O的方法,详细说明了高性能可伸缩性服务器的开发过程,并给出详细的实现代码。将编程方法、网络协议和应用实例有机组合起来,详细介绍了Internet广播和IP多播、原始套接字、SPI、LAN和WAN上的扫描和侦测技术、网络数据的窃取和保护、ARP欺骗、IP欺骗等。详细演示了协议驱动的开发过程,介绍了NDIS编程接口。在编程实践中学习P2P程序设计、讨论了穿透防火墙、NAT等直接建立UDP和TCP连接的各种方案。包含了Windows个人防火墙的完整实例代码,防火墙采用应用层(SPI)核心层(IMD驱动)双重过滤机制,能够有效地抵挡网络入侵和攻击。提供了大量的完整的实例,许多例子稍做修改即可应用到实际项目中。-on Windows network programming tutorial for beginners, Windows display a variety of I/O methods, a detailed descr iption of high-performance, scalable server development process, and gives detailed codes. Will be programming, network protocol and application examples of organic composition, Details on the Internet radio and IP Multicasting, the original socket, SPI, LAN and WAN on the scanning and detection technology, network and data theft protection, to deceive the ARP, IP deception. Details of the agreement demo-driven development process, NDIS Programming Interface. Programming in practice learning P2P program design, discussed the penetration of firewalls, NAT establish direct UDP and TCP connections to the various programs. Windows includes a complete personal firewall code example
(系统自动生成,下载前可以参看下载内容)
下载文件列表
第10章
......\comm.cpp
......\comm.h
......\common
......\......\comm.cpp
......\......\comm.h
......\......\Debug.h
......\......\initsock.h
......\......\protoinfo.h
......\P2PClientDemo
......\.............\Debug
......\.............\P2PClient.cpp
......\.............\P2PClient.h
......\.............\P2PClientDemo.cpp
......\.............\P2PClientDemo.dsp
......\.............\P2PClientDemo.dsw
......\P2PServer
......\.........\Debug
......\.........\P2PServer.cpp
......\.........\P2PServer.dsp
......\.........\P2PServer.dsw
第11章
......\FilterTest
......\..........\Debug
......\..........\FilterTest.CPP
......\..........\FilterTest.dsp
......\..........\FilterTest.dsw
......\..........\IOCOMMON.H
......\..........\ptutils.cpp
......\..........\ptutils.h
......\install
......\.......\netsf.inf
......\.......\netsf_m.inf
......\.......\passthru.sys
......\PassthruEx
......\..........\driver
......\..........\......\buildchk_wnet_x86.log
......\..........\......\buildfre_wnet_x86.log
......\..........\......\filter.c
......\..........\......\filter.h
......\..........\......\IOCOMMON.H
......\..........\......\makefile
......\..........\......\miniport.c
......\..........\......\netsf.inf
......\..........\......\netsf_m.inf
......\..........\......\objchk_wnet_x86
......\..........\......\...............\i386
......\..........\......\...............\....\passthru.sys
......\..........\......\passthru.c
......\..........\......\passthru.h
......\..........\......\passthru.htm
......\..........\......\passthru.rc
......\..........\......\precomp.h
......\..........\......\protocol.c
......\..........\......\protoinfo.h
......\..........\......\PTEXTEND.C
......\..........\......\PTEXTEND.H
......\..........\......\sources
......\..........\test
......\..........\....\Debug
......\..........\....\IMIoControl.cpp
......\..........\....\IMIoControl.h
......\..........\....\PTUSERIO.CPP
......\..........\....\ptutils.cpp
......\..........\....\ptutils.h
......\..........\....\test.dsp
......\..........\....\test.dsw
第12章
......\PhoenixFW
......\.........\common
......\.........\......\Debug.h
......\.........\......\initsock.h
......\.........\......\IOCOMMON.H
......\.........\......\PMacRes.h
......\.........\......\TypeStruct.h
......\.........\PhoenixFW
......\.........\.........\Debug
......\.........\.........\IMIoControl.cpp
......\.........\.........\IMIoControl.h
......\.........\.........\IOCOMMON.H
......\.........\.........\KerRuleDlg.cpp
......\.........\.........\KerRuleDlg.h
......\.........\.........\KerRulePage.cpp
......\.........\.........\KerRulePage.h
......\.........\.........\MonitorPage.cpp
......\.........\.........\MonitorPage.h
......\.........\.........\PhoenixFW.cpp
......\.........\.........\PhoenixFW.dsp
......\.........\.........\PhoenixFW.dsw
......\.........\.........\PhoenixFW.h
......\.........\.........\PhoenixFW.rc
......\.........\.........\PhoenixFWDlg.cpp
......\.........\.........\PhoenixFWDlg.h
......\.........\.........\PhoenixLSP.dll
......\.........\.........\PIOControl.cpp
......\.........\.........\PIOControl.h
......\.........\.........\Provider.cpp
......\.........\.........\prule.fnk
......\.........\.........\PRuleFile.cpp
......\.........\.........\PRuleFile.h
......\comm.cpp
......\comm.h
......\common
......\......\comm.cpp
......\......\comm.h
......\......\Debug.h
......\......\initsock.h
......\......\protoinfo.h
......\P2PClientDemo
......\.............\Debug
......\.............\P2PClient.cpp
......\.............\P2PClient.h
......\.............\P2PClientDemo.cpp
......\.............\P2PClientDemo.dsp
......\.............\P2PClientDemo.dsw
......\P2PServer
......\.........\Debug
......\.........\P2PServer.cpp
......\.........\P2PServer.dsp
......\.........\P2PServer.dsw
第11章
......\FilterTest
......\..........\Debug
......\..........\FilterTest.CPP
......\..........\FilterTest.dsp
......\..........\FilterTest.dsw
......\..........\IOCOMMON.H
......\..........\ptutils.cpp
......\..........\ptutils.h
......\install
......\.......\netsf.inf
......\.......\netsf_m.inf
......\.......\passthru.sys
......\PassthruEx
......\..........\driver
......\..........\......\buildchk_wnet_x86.log
......\..........\......\buildfre_wnet_x86.log
......\..........\......\filter.c
......\..........\......\filter.h
......\..........\......\IOCOMMON.H
......\..........\......\makefile
......\..........\......\miniport.c
......\..........\......\netsf.inf
......\..........\......\netsf_m.inf
......\..........\......\objchk_wnet_x86
......\..........\......\...............\i386
......\..........\......\...............\....\passthru.sys
......\..........\......\passthru.c
......\..........\......\passthru.h
......\..........\......\passthru.htm
......\..........\......\passthru.rc
......\..........\......\precomp.h
......\..........\......\protocol.c
......\..........\......\protoinfo.h
......\..........\......\PTEXTEND.C
......\..........\......\PTEXTEND.H
......\..........\......\sources
......\..........\test
......\..........\....\Debug
......\..........\....\IMIoControl.cpp
......\..........\....\IMIoControl.h
......\..........\....\PTUSERIO.CPP
......\..........\....\ptutils.cpp
......\..........\....\ptutils.h
......\..........\....\test.dsp
......\..........\....\test.dsw
第12章
......\PhoenixFW
......\.........\common
......\.........\......\Debug.h
......\.........\......\initsock.h
......\.........\......\IOCOMMON.H
......\.........\......\PMacRes.h
......\.........\......\TypeStruct.h
......\.........\PhoenixFW
......\.........\.........\Debug
......\.........\.........\IMIoControl.cpp
......\.........\.........\IMIoControl.h
......\.........\.........\IOCOMMON.H
......\.........\.........\KerRuleDlg.cpp
......\.........\.........\KerRuleDlg.h
......\.........\.........\KerRulePage.cpp
......\.........\.........\KerRulePage.h
......\.........\.........\MonitorPage.cpp
......\.........\.........\MonitorPage.h
......\.........\.........\PhoenixFW.cpp
......\.........\.........\PhoenixFW.dsp
......\.........\.........\PhoenixFW.dsw
......\.........\.........\PhoenixFW.h
......\.........\.........\PhoenixFW.rc
......\.........\.........\PhoenixFWDlg.cpp
......\.........\.........\PhoenixFWDlg.h
......\.........\.........\PhoenixLSP.dll
......\.........\.........\PIOControl.cpp
......\.........\.........\PIOControl.h
......\.........\.........\Provider.cpp
......\.........\.........\prule.fnk
......\.........\.........\PRuleFile.cpp
......\.........\.........\PRuleFile.h