实例介绍
《计算机网络高级软件编程技术》 配书光盘
【实例截图】
【核心代码】
4744300845197578538.rar
├── 光盘说明.doc
├── 基础篇
│ ├── 第10章 滑动窗口协议模拟程序
│ │ ├── Receiver
│ │ │ ├── Code
│ │ │ │ ├── Protocol.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── Receiver.aps
│ │ │ │ ├── Receiver.clw
│ │ │ │ ├── Receiver.cpp
│ │ │ │ ├── ReceiverDlg.cpp
│ │ │ │ ├── ReceiverDlg.h
│ │ │ │ ├── Receiver.dsp
│ │ │ │ ├── Receiver.dsw
│ │ │ │ ├── Receiver.h
│ │ │ │ ├── Receiver.ncb
│ │ │ │ ├── Receiver.opt
│ │ │ │ ├── Receiver.plg
│ │ │ │ ├── resource.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ └── Exe
│ │ │ └── Receiver.exe
│ │ ├── Sender
│ │ │ ├── Code
│ │ │ │ ├── Protocol.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── resource.h
│ │ │ │ ├── Sender.aps
│ │ │ │ ├── Sender.clw
│ │ │ │ ├── Sender.cpp
│ │ │ │ ├── SenderDlg.cpp
│ │ │ │ ├── SenderDlg.h
│ │ │ │ ├── Sender.dsp
│ │ │ │ ├── Sender.dsw
│ │ │ │ ├── Sender.h
│ │ │ │ ├── Sender.ncb
│ │ │ │ ├── Sender.opt
│ │ │ │ ├── Sender.plg
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ └── Exe
│ │ │ └── Sender.exe
│ │ └── 使用说明.doc
│ ├── 第11章 Web Server程序
│ │ └── HttpServer
│ │ ├── Code
│ │ │ ├── HttpProtocol.cpp
│ │ │ ├── HttpProtocol.h
│ │ │ ├── HttpServer.aps
│ │ │ ├── HttpServer.clw
│ │ │ ├── HttpServer.cpp
│ │ │ ├── HttpServerDlg.cpp
│ │ │ ├── HttpServerDlg.h
│ │ │ ├── HttpServer.dsp
│ │ │ ├── HttpServer.dsw
│ │ │ ├── HttpServer.h
│ │ │ ├── HttpServer.ncb
│ │ │ ├── HttpServer.opt
│ │ │ ├── HttpServer.plg
│ │ │ ├── ReadMe.txt
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── Exe
│ │ │ └── HttpServer.exe
│ │ ├── Web Server Root Directory(example)
│ │ │ ├── index.files
│ │ │ │ ├── airpcap.gif
│ │ │ │ ├── cace_logo.gif
│ │ │ │ ├── curvedown.gif
│ │ │ │ ├── curve.gif
│ │ │ │ ├── New.gif
│ │ │ │ └── winpcap.css
│ │ │ └── index.html
│ │ └── 使用说明.doc
│ ├── 第12章 无线局域网802.11协议CSMACA算法模拟程序
│ │ └── CsmaCaEmluator
│ │ ├── Code
│ │ │ ├── CsmaCaEmluator.cpp
│ │ │ ├── CsmaCaEmluator.ncb
│ │ │ ├── CsmaCaEmluator.sln
│ │ │ ├── CsmaCaEmluator.suo
│ │ │ ├── CsmaCaEmluator.vcproj
│ │ │ ├── ReadMe.txt
│ │ │ ├── stdafx.cpp
│ │ │ └── stdafx.h
│ │ ├── Exe
│ │ │ ├── BuildLog.htm
│ │ │ └── CsmaCaEmluator.exe
│ │ └── ReadMe.doc
│ ├── 第13章 公钥密码实现程序
│ │ ├── Code
│ │ │ ├── rsaDemo.cpp
│ │ │ ├── rsaDemo.ncb
│ │ │ ├── rsaDemo.sln
│ │ │ ├── rsaDemo.vcproj
│ │ │ ├── stdafx.cpp
│ │ │ └── stdafx.h
│ │ ├── Exe
│ │ │ └── rsaDemo.exe
│ │ ├── ReadMe.doc
│ │ └── rsaDemo.suo
│ ├── 第2章 Ethernet帧结构解析程序
│ │ └── FrameParser
│ │ ├── Code
│ │ │ ├── FrameParser.cpp
│ │ │ ├── FrameParser.dsp
│ │ │ ├── FrameParser.dsw
│ │ │ ├── FrameParser.ncb
│ │ │ ├── FrameParser.opt
│ │ │ └── FrameParser.plg
│ │ ├── Exe
│ │ │ ├── FrameParser.exe
│ │ │ └── input
│ │ ├── test.jpg
│ │ └── 使用说明.doc
│ ├── 第3章 ARP协议获得局域网内活动主机物理地址程序
│ │ ├── Code
│ │ │ ├── ArpByWinpcap.aps
│ │ │ ├── ArpByWinpcap.cpp
│ │ │ ├── ArpByWinpcapDlg.cpp
│ │ │ ├── ArpByWinpcapDlg.h
│ │ │ ├── ArpByWinpcap.h
│ │ │ ├── ArpByWinpcap.ncb
│ │ │ ├── ArpByWinpcap.plg
│ │ │ ├── ArpByWinpcap.sln
│ │ │ ├── ArpByWinpcap.suo
│ │ │ ├── ArpByWinpcap.vcproj
│ │ │ ├── arp.cpp
│ │ │ ├── arp.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ └── wpcap.lib
│ │ ├── Exe
│ │ │ └── ArpByWinpcap.exe
│ │ └── 使用说明.doc
│ ├── 第4章 计算校验和程序
│ │ └── Checksum
│ │ ├── Code
│ │ │ ├── Checksum.cpp
│ │ │ ├── Checksum.dsp
│ │ │ ├── Checksum.dsw
│ │ │ ├── Checksum.ncb
│ │ │ ├── Checksum.opt
│ │ │ └── Checksum.plg
│ │ ├── Exe
│ │ │ ├── Checksum.exe
│ │ │ ├── input1.txt
│ │ │ └── input2.txt
│ │ └── 使用说明.doc
│ ├── 第5章 IP包流量分析程序
│ │ └── IPMonitor
│ │ ├── Code
│ │ │ ├── IPMonitor.cpp
│ │ │ ├── IPMonitor.dsp
│ │ │ ├── IPMonitor.dsw
│ │ │ ├── IPMonitor.h
│ │ │ ├── IPMonitor.ncb
│ │ │ ├── IPMonitor.opt
│ │ │ ├── IPMonitor.plg
│ │ │ ├── IPNode.cpp
│ │ │ ├── IPNode.h
│ │ │ ├── NodeList.cpp
│ │ │ └── NodeList.h
│ │ ├── Exe
│ │ │ └── IPMonitor.exe
│ │ └── 使用说明.doc
│ ├── 第6章 Tracert程序
│ │ ├── itracert
│ │ │ ├── Code
│ │ │ │ ├── itracert.cpp
│ │ │ │ ├── itracert.dsp
│ │ │ │ ├── itracert.dsw
│ │ │ │ ├── itracert.h
│ │ │ │ ├── itracert.ncb
│ │ │ │ ├── itracert.opt
│ │ │ │ └── itracert.plg
│ │ │ └── Exe
│ │ │ └── itracert.exe
│ │ ├── itracert_icmpdll
│ │ │ ├── Code
│ │ │ │ ├── itracert_icmpdll.cpp
│ │ │ │ ├── itracert_icmpdll.dsp
│ │ │ │ ├── itracert_icmpdll.dsw
│ │ │ │ ├── itracert_icmpdll.ncb
│ │ │ │ ├── itracert_icmpdll.opt
│ │ │ │ └── itracert_icmpdll.plg
│ │ │ └── Exe
│ │ │ └── itracert_icmpdll.exe
│ │ └── 使用说明.doc
│ ├── 第7章 IPv6报文封装及地址生成程序
│ │ ├── IPHelper
│ │ │ ├── IPEXPORT.H
│ │ │ ├── Iphlpapi.h
│ │ │ ├── IPHLPAPI.LIB
│ │ │ ├── IPRTRMIB.H
│ │ │ └── IPTYPES.H
│ │ ├── ipv6pkt
│ │ │ ├── Code
│ │ │ │ ├── IPEXPORT.H
│ │ │ │ ├── Iphlpapi.h
│ │ │ │ ├── IPHLPAPI.LIB
│ │ │ │ ├── IPTYPES.H
│ │ │ │ ├── ipv6pkt.cpp
│ │ │ │ ├── ipv6pkt.dsp
│ │ │ │ ├── ipv6pkt.dsw
│ │ │ │ ├── ipv6pkt.h
│ │ │ │ ├── ipv6pkt.ncb
│ │ │ │ ├── ipv6pkt.opt
│ │ │ │ └── ipv6pkt.plg
│ │ │ └── Exe
│ │ │ ├── ipv6pkt.exe
│ │ │ └── tcpdata
│ │ ├── ipv6tcp
│ │ │ ├── Code
│ │ │ │ ├── IPEXPORT.H
│ │ │ │ ├── Iphlpapi.h
│ │ │ │ ├── IPHLPAPI.LIB
│ │ │ │ ├── IPTYPES.H
│ │ │ │ ├── ipv6tcp.cpp
│ │ │ │ ├── ipv6tcp.dsp
│ │ │ │ ├── ipv6tcp.dsw
│ │ │ │ ├── ipv6tcp.h
│ │ │ │ ├── ipv6tcp.ncb
│ │ │ │ ├── ipv6tcp.opt
│ │ │ │ └── ipv6tcp.plg
│ │ │ └── Exe
│ │ │ ├── ipv6tcp.exe
│ │ │ └── rawdata
│ │ └── 使用说明.doc
│ ├── 第8章 TCP和UDP数据包发送程序
│ │ ├── SendPacket
│ │ │ ├── Code
│ │ │ │ ├── DataAndConst.cpp
│ │ │ │ ├── DataAndConst.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── SendPacket.cpp
│ │ │ │ ├── SendPacket.ncb
│ │ │ │ ├── SendPacket.sln
│ │ │ │ ├── SendPacket.suo
│ │ │ │ ├── SendPacket.vcproj
│ │ │ │ ├── stdafx.cpp
│ │ │ │ └── stdafx.h
│ │ │ ├── Exe
│ │ │ │ └── SendPacket.exe
│ │ │ └── Readme.doc
│ │ └── 相关扩展内容
│ │ └── ndisprot
│ │ ├── dirs
│ │ ├── ndisprot.htm
│ │ ├── ndisprot.inf
│ │ ├── sys
│ │ │ ├── debug.c
│ │ │ ├── debug.h
│ │ │ ├── excallbk.c
│ │ │ ├── macros.h
│ │ │ ├── makefile
│ │ │ ├── ndisbind.c
│ │ │ ├── ndisprot.h
│ │ │ ├── ndisprot.rc
│ │ │ ├── ntdisp.c
│ │ │ ├── nuiouser.h
│ │ │ ├── precomp.h
│ │ │ ├── recv.c
│ │ │ ├── send.c
│ │ │ └── sources
│ │ └── test
│ │ ├── makefile
│ │ ├── sources
│ │ └── uiotest.c
│ └── 第9章 基于C_S结构的Socket程序设计
│ ├── WSAAsyncSelect异步窗口程序
│ │ ├── Client
│ │ │ ├── Code
│ │ │ │ ├── ClientBySocket.aps
│ │ │ │ ├── ClientBySocket.clw
│ │ │ │ ├── ClientBySocket.cpp
│ │ │ │ ├── ClientBySocketDlg.cpp
│ │ │ │ ├── ClientBySocketDlg.h
│ │ │ │ ├── ClientBySocket.dsp
│ │ │ │ ├── ClientBySocket.dsw
│ │ │ │ ├── ClientBySocket.h
│ │ │ │ ├── ClientBySocket.ncb
│ │ │ │ ├── ClientBySocket.opt
│ │ │ │ ├── ClientBySocket.plg
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── resource.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ └── Exe
│ │ │ └── ClientBySocket.exe
│ │ └── Server
│ │ ├── Code
│ │ │ ├── ReadMe.txt
│ │ │ ├── resource.h
│ │ │ ├── ServerBySocket.aps
│ │ │ ├── ServerBySocket.clw
│ │ │ ├── ServerBySocket.cpp
│ │ │ ├── ServerBySocketDlg.cpp
│ │ │ ├── ServerBySocketDlg.h
│ │ │ ├── ServerBySocket.dsp
│ │ │ ├── ServerBySocket.dsw
│ │ │ ├── ServerBySocket.h
│ │ │ ├── ServerBySocket.ncb
│ │ │ ├── ServerBySocket.opt
│ │ │ ├── ServerBySocket.plg
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── Exe
│ │ └── ServerBySocket.exe
│ ├── 使用说明.doc
│ └── 控制台程序
│ ├── Client
│ │ ├── Code
│ │ │ ├── client.cpp
│ │ │ ├── client.dsp
│ │ │ ├── client.dsw
│ │ │ ├── client.ncb
│ │ │ ├── client.opt
│ │ │ ├── client.plg
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── Exe
│ │ └── client.exe
│ └── Server
│ ├── Code
│ │ ├── ReadMe.txt
│ │ ├── server.cpp
│ │ ├── server.dsp
│ │ ├── server.dsw
│ │ ├── server.h
│ │ ├── server.ncb
│ │ ├── server.opt
│ │ ├── server.plg
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── Exe
│ └── server.exe
├── 提高篇
│ ├── 第18章 基于SNMP协议的网络拓扑发现程序
│ │ └── 路由器拓扑发现程序
│ │ ├── Code
│ │ │ ├── APCPingFunction.cpp
│ │ │ ├── APCPingFunction.h
│ │ │ ├── DataSupport.cpp
│ │ │ ├── DataSupport.h
│ │ │ ├── ExplorerThread.cpp
│ │ │ ├── ExplorerThread.h
│ │ │ ├── FucntionGetRouterInfo.h
│ │ │ ├── FunctionGetRouterInfo.cpp
│ │ │ ├── LeftView.cpp
│ │ │ ├── LeftView.h
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── NetExplorer.aps
│ │ │ ├── NetExplorer.cpp
│ │ │ ├── NetExplorerDoc.cpp
│ │ │ ├── NetExplorerDoc.h
│ │ │ ├── NetExplorer.h
│ │ │ ├── NetExplorer.ncb
│ │ │ ├── NetExplorer.sln
│ │ │ ├── NetExplorer.suo
│ │ │ ├── NetExplorer.vcproj
│ │ │ ├── NetExplorerView.cpp
│ │ │ ├── NetExplorerView.h
│ │ │ ├── PropertyDialog.cpp
│ │ │ ├── PropertyDialog.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── ReExplorerDialog.cpp
│ │ │ ├── ReExplorerDialog.h
│ │ │ ├── resource.h
│ │ │ ├── ResultOfPingDlg.cpp
│ │ │ ├── ResultOfPingDlg.h
│ │ │ ├── RouoterInfoDialog.cpp
│ │ │ ├── RouoterInfoDialog.h
│ │ │ ├── RouterButton.cpp
│ │ │ ├── RouterButton.h
│ │ │ ├── SnmpTools.cpp
│ │ │ ├── SnmpTools.h
│ │ │ ├── stdafx.cpp
│ │ │ └── stdafx.h
│ │ ├── Exe
│ │ │ └── NetExplorer.exe
│ │ └── 使用说明.doc
│ ├── 第19章 利用OpenSSL实现安全的Web Server程序
│ │ ├── Web Server Root Directory(example)
│ │ │ ├── index.files
│ │ │ │ ├── airpcap.gif
│ │ │ │ ├── cace_logo.gif
│ │ │ │ ├── curvedown.gif
│ │ │ │ ├── curve.gif
│ │ │ │ ├── New.gif
│ │ │ │ └── winpcap.css
│ │ │ └── index.html
│ │ ├── 使用说明.doc
│ │ ├── 安全的Web Server
│ │ │ ├── Code
│ │ │ │ ├── common.cpp
│ │ │ │ ├── common.h
│ │ │ │ ├── dh1024.pem
│ │ │ │ ├── HttpProtocol.cpp
│ │ │ │ ├── HttpProtocol.h
│ │ │ │ ├── HttpsServer.dsp
│ │ │ │ ├── HttpsServer.dsw
│ │ │ │ ├── HttpsServer.ncb
│ │ │ │ ├── HttpsServer.opt
│ │ │ │ ├── HttpsServer.plg
│ │ │ │ ├── root.pem
│ │ │ │ ├── server.cpp
│ │ │ │ ├── server.h
│ │ │ │ ├── server.pem
│ │ │ │ ├── WebServer.cpp
│ │ │ │ └── WebServer.h
│ │ │ └── Exe
│ │ │ └── HttpsServer.exe
│ │ └── 相关工具
│ │ ├── ActivePerl
│ │ │ └── ActivePerl-5.8.8.820-MSWin32-x86-274739.msi
│ │ ├── openssl源代码
│ │ │ └── openssl-0.9.8e.tar.gz
│ │ └── 编译后的openssl库
│ │ └── openssl-0.9.8e.rar
│ ├── 第20章 简单防火墙功能程序
│ │ └── 简单防火墙
│ │ ├── code
│ │ │ ├── DataAndConst.h
│ │ │ ├── FireWallIDE.aps
│ │ │ ├── FireWallIDE.cpp
│ │ │ ├── FireWallIDEDlg.cpp
│ │ │ ├── FireWallIDEDlg.h
│ │ │ ├── FireWallIDE.h
│ │ │ ├── FireWallIDE.ncb
│ │ │ ├── FireWallIDE.sln
│ │ │ ├── FireWallIDE.suo
│ │ │ ├── FireWallIDE.vcproj
│ │ │ ├── resource.h
│ │ │ ├── SetFilterDialog.cpp
│ │ │ ├── SetFilterDialog.h
│ │ │ ├── stdafx.cpp
│ │ │ └── stdafx.h
│ │ ├── Exe
│ │ │ └── FireWallIDE.exe
│ │ └── 使用说明.doc
│ ├── 第21章 防火墙扩展功能程序
│ │ ├── ~$使用说明.doc
│ │ ├── FireWall_Fineral
│ │ │ ├── Code
│ │ │ │ ├── _ddkbuild.bat
│ │ │ │ ├── ddkbuild.bat
│ │ │ │ ├── Driver
│ │ │ │ │ ├── buildchk_wxp_x86.log
│ │ │ │ │ ├── buildfre_wxp_x86.log
│ │ │ │ │ ├── BuildLog.htm
│ │ │ │ │ ├── dbghelp.h
│ │ │ │ │ ├── _ddkbuild.bat
│ │ │ │ │ ├── ddkbuild.bat
│ │ │ │ │ ├── FireWallFineral.sln
│ │ │ │ │ ├── makefile
│ │ │ │ │ ├── objfre_wxp_x86
│ │ │ │ │ │ ├── i386
│ │ │ │ │ │ │ ├── packethook.obj
│ │ │ │ │ │ │ ├── PacketHook.pdb
│ │ │ │ │ │ │ └── PacketHook.sys
│ │ │ │ │ │ └── _objects.mac
│ │ │ │ │ ├── PacketHook.c
│ │ │ │ │ ├── PacketHook.h
│ │ │ │ │ ├── PacketHook.ncb
│ │ │ │ │ ├── PacketHook.vcproj
│ │ │ │ │ ├── readme.txt
│ │ │ │ │ └── sources
│ │ │ │ ├── FireWallFineral.ncb
│ │ │ │ ├── FireWallFineral.sln
│ │ │ │ ├── FireWallFineral.suo
│ │ │ │ └── IDE
│ │ │ │ ├── DataAndConst.h
│ │ │ │ ├── FilterDriverClass.cpp
│ │ │ │ ├── FilterDriverClass.h
│ │ │ │ ├── FireWallIDE.aps
│ │ │ │ ├── FireWallIDE.cpp
│ │ │ │ ├── FireWallIDEDlg.cpp
│ │ │ │ ├── FireWallIDEDlg.h
│ │ │ │ ├── FireWallIDE.h
│ │ │ │ ├── FireWallIDE.ncb
│ │ │ │ ├── FireWallIDE.vcproj
│ │ │ │ ├── InstallAssistantClass.cpp
│ │ │ │ ├── InstallAssistantClass.h
│ │ │ │ ├── resource.h
│ │ │ │ ├── SetFilterDialog.cpp
│ │ │ │ ├── SetFilterDialog.h
│ │ │ │ ├── stdafx.cpp
│ │ │ │ └── stdafx.h
│ │ │ ├── Exe
│ │ │ │ ├── FireWallIDE.exe
│ │ │ │ └── PacketHook.sys
│ │ │ └── 使用说明.doc
│ │ └── 相关扩展内容
│ │ ├── passthru
│ │ │ ├── dirs
│ │ │ └── driver
│ │ │ ├── makefile
│ │ │ ├── miniport.c
│ │ │ ├── netsf.inf
│ │ │ ├── netsf_m.inf
│ │ │ ├── passthru.c
│ │ │ ├── passthru.h
│ │ │ ├── passthru.htm
│ │ │ ├── passthru.rc
│ │ │ ├── precomp.h
│ │ │ ├── protocol.c
│ │ │ └── sources
│ │ ├── Readme.txt
│ │ └── tdifw-1.4.4
│ │ ├── addon
│ │ │ └── ndis_hk
│ │ │ ├── bin
│ │ │ │ └── ndis_hk.sys
│ │ │ ├── install_2k.bat
│ │ │ ├── install_2k.reg
│ │ │ ├── install_nt4.bat
│ │ │ ├── install_nt4.reg
│ │ │ └── src
│ │ │ ├── av.c
│ │ │ ├── av.h
│ │ │ ├── dirs
│ │ │ ├── except.h
│ │ │ ├── memtrack.c
│ │ │ ├── memtrack.h
│ │ │ ├── ndis_hk
│ │ │ │ ├── adapters.c
│ │ │ │ ├── adapters.h
│ │ │ │ ├── doxygen.cfg
│ │ │ │ ├── filter.c
│ │ │ │ ├── filter.h
│ │ │ │ ├── hooked_fn.c
│ │ │ │ ├── makefile
│ │ │ │ ├── ndis_hk.c
│ │ │ │ ├── ndis_hk.h
│ │ │ │ ├── pe.h
│ │ │ │ └── sources
│ │ │ ├── ndis_hk_ioctl.h
│ │ │ ├── net.h
│ │ │ ├── nt.h
│ │ │ ├── sock.c
│ │ │ └── sock.h
│ │ ├── bin
│ │ │ ├── install.exe
│ │ │ ├── tdifw_drv.sys
│ │ │ └── tdifw.exe
│ │ ├── changelog_old.txt
│ │ ├── changelog.txt
│ │ ├── debug.txt
│ │ ├── install.bat
│ │ ├── install_nt4.bat
│ │ ├── install_nt4.reg
│ │ ├── log_format.txt
│ │ ├── packet_engine.txt
│ │ ├── readme.txt
│ │ ├── src
│ │ │ ├── dirs
│ │ │ ├── drv
│ │ │ │ ├── conn_state.c
│ │ │ │ ├── conn_state.h
│ │ │ │ ├── dispatch.c
│ │ │ │ ├── dispatch.h
│ │ │ │ ├── disp_conn.c
│ │ │ │ ├── disp_dg.c
│ │ │ │ ├── disp_ev.c
│ │ │ │ ├── disp_obj.c
│ │ │ │ ├── disp_sr.c
│ │ │ │ ├── ev_conn.c
│ │ │ │ ├── ev_dg.c
│ │ │ │ ├── events.c
│ │ │ │ ├── events.h
│ │ │ │ ├── ev_recv.c
│ │ │ │ ├── filter.c
│ │ │ │ ├── filter.h
│ │ │ │ ├── ipc.c
│ │ │ │ ├── MAKEFILE
│ │ │ │ ├── memtrack.c
│ │ │ │ ├── memtrack.h
│ │ │ │ ├── ndis_hk_ioctl.h
│ │ │ │ ├── obj_tbl.c
│ │ │ │ ├── obj_tbl.h
│ │ │ │ ├── packet.c
│ │ │ │ ├── packet.h
│ │ │ │ ├── pid_pname.c
│ │ │ │ ├── pid_pname.h
│ │ │ │ ├── sids.c
│ │ │ │ ├── sids.h
│ │ │ │ ├── sock.c
│ │ │ │ ├── sock.h
│ │ │ │ ├── SOURCES
│ │ │ │ ├── tdi_fw.c
│ │ │ │ └── tdi_fw.h
│ │ │ ├── install
│ │ │ │ ├── MAKEFILE
│ │ │ │ ├── SOURCES
│ │ │ │ └── tdi_install.c
│ │ │ ├── ipc.h
│ │ │ ├── net.h
│ │ │ └── svc
│ │ │ ├── flt_rule.c
│ │ │ ├── flt_rule.h
│ │ │ ├── iphlpapi.h
│ │ │ ├── iphlpapi.lib
│ │ │ ├── main.c
│ │ │ ├── MAKEFILE
│ │ │ ├── msg.h
│ │ │ ├── msg.mc
│ │ │ ├── msg.rc
│ │ │ ├── SOURCES
│ │ │ ├── tdifw_svc.c
│ │ │ ├── tdifw_svc.h
│ │ │ ├── tdi_fw_svc.rc
│ │ │ └── thread.h
│ │ ├── tdifw.conf
│ │ ├── tips.txt
│ │ ├── uninstall.bat
│ │ ├── uninstall_nt4.bat
│ │ └── uninstall_nt4.reg
│ ├── 第22章 NS-2简单有线网络模拟程序
│ │ ├── example1.tcl
│ │ ├── lan.tcl
│ │ ├── measure_delay.awk
│ │ ├── measure_loss.awk
│ │ ├── measure_throughput.awk
│ │ ├── Thumbs.db
│ │ └── 使用说明.doc
│ └── 第23章 使用NS-2模拟无线Ad hoc网络
│ ├── cbr.awk
│ ├── nrlensorsim
│ │ ├── archive
│ │ │ ├── INSTALL-2_27.txt
│ │ │ ├── INSTALL.txt
│ │ │ ├── nightly_builds
│ │ │ │ └── nrlsensorsim-nightlybuild.tgz
│ │ │ ├── NRL_sensornet_install_kit-1.0.tgz
│ │ │ ├── nrlsensorsim-2.26.tgz
│ │ │ ├── nrlsensorsim-2.27.tgz
│ │ │ └── USAGE.txt
│ │ └── Index.mht
│ ├── statistic.sh
│ ├── throughput.awk
│ ├── throughput.sh
│ ├── Thumbs.db
│ ├── wireless-3node.tcl
│ └── 使用说明.doc
├── 相关内容
│ ├── DebugView
│ │ └── Readme.txt
│ ├── Dirver Development Kit
│ │ └── Read me.txt
│ ├── EasySys
│ │ ├── EasySYS.exe
│ │ └── Readme.txt
│ ├── Readme.txt
│ └── Winpcap 3.1
│ ├── WinPcap_3_1.exe
│ ├── WpcapSrc_3_1.zip
│ └── WpdPack_3_1.zip
└── 综合篇
├── 第14章 路由器基本功能实现程序
│ └── Router
│ ├── Code
│ │ ├── ReadMe.txt
│ │ ├── resource.h
│ │ ├── Router.aps
│ │ ├── Router.clw
│ │ ├── Router.cpp
│ │ ├── RouterDlg.cpp
│ │ ├── RouterDlg.h
│ │ ├── Router.dsp
│ │ ├── Router.dsw
│ │ ├── Router.h
│ │ ├── Router.ncb
│ │ ├── Router.opt
│ │ ├── Router.plg
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Exe
│ │ └── Router.exe
│ └── 使用说明.doc
├── 第15章 FTP协议实现程序
│ ├── Code
│ │ ├── FtpServer
│ │ │ ├── DataStructAndConstant.h
│ │ │ ├── FtpServer.cpp
│ │ │ ├── FtpServer.vcxproj
│ │ │ ├── FtpServer.vcxproj.filters
│ │ │ ├── FtpServer.vcxproj.user
│ │ │ ├── ProcessCommand.cpp
│ │ │ ├── ProcessCommand.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── stdafx.cpp
│ │ │ ├── stdafx.h
│ │ │ ├── targetver.h
│ │ │ ├── ToolFunction.cpp
│ │ │ ├── ToolFunction.h
│ │ │ ├── TreadFunction.cpp
│ │ │ └── TreadFunction.h
│ │ └── FtpServer.sln
│ ├── Exe
│ │ └── FtpServer.exe
│ └── ReadMe.doc
├── 第16章 协议分析器程序
│ ├── Code
│ │ ├── CommonDefine.h
│ │ ├── ctrlext.cpp
│ │ ├── ctrlext.h
│ │ ├── ctrlext.inl
│ │ ├── FilterSettingDlg.cpp
│ │ ├── FilterSettingDlg.h
│ │ ├── HardwareFilterPage.cpp
│ │ ├── HardwareFilterPage.h
│ │ ├── InitializeSettingDlg.cpp
│ │ ├── InitializeSettingDlg.h
│ │ ├── Layer23FilterPage.cpp
│ │ ├── Layer23FilterPage.h
│ │ ├── MacAddrFilterPage.cpp
│ │ ├── MacAddrFilterPage.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── MyEditView.cpp
│ │ ├── MyEditView.h
│ │ ├── MyListView.cpp
│ │ ├── MyListView.h
│ │ ├── MyTreeView.cpp
│ │ ├── MyTreeView.h
│ │ ├── ProtocolAnalyzer.aps
│ │ ├── ProtocolAnalyzer.clw
│ │ ├── ProtocolAnalyzer.cpp
│ │ ├── ProtocolAnalyzerDoc.cpp
│ │ ├── ProtocolAnalyzerDoc.h
│ │ ├── ProtocolAnalyzer.dsp
│ │ ├── ProtocolAnalyzer.dsw
│ │ ├── ProtocolAnalyzer.h
│ │ ├── ProtocolAnalyzer.ncb
│ │ ├── ProtocolAnalyzer.opt
│ │ ├── ProtocolAnalyzer.plg
│ │ ├── ReadMe.txt
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Exe
│ │ └── ProtocolAnalyzer.exe
│ └── 使用说明.doc
└── 第17章 综合扫描程序
├── Code
│ ├── ArpFastScan.cpp
│ ├── ArpFastScan.h
│ ├── ArpScanDlg.cpp
│ ├── ArpScanDlg.h
│ ├── ArpSlowScan.cpp
│ ├── ArpSlowScan.h
│ ├── BeastScaner.aps
│ ├── BeastScaner.cpp
│ ├── BeastScanerDlg.cpp
│ ├── BeastScanerDlg.h
│ ├── BeastScaner.h
│ ├── BeastScaner.ncb
│ ├── BeastScaner.sln
│ ├── BeastScaner.suo
│ ├── BeastScaner.vcproj
│ ├── Choose.cpp
│ ├── Choose.h
│ ├── DataAndConst.cpp
│ ├── DataAndConst.h
│ ├── IcmpAdvencedScan.cpp
│ ├── IcmpAdvencedScan.h
│ ├── IcmpNormalScan.cpp
│ ├── IcmpNormalScan.h
│ ├── IcmpScanDlg.cpp
│ ├── IcmpScanDlg.h
│ ├── PortScanDlg.cpp
│ ├── PortScanDlg.h
│ ├── ReadMe.txt
│ ├── resource.h
│ ├── ScanHandler.cpp
│ ├── ScanHandler.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── TcpAckScan.cpp
│ ├── TcpAckScan.h
│ ├── TcpConnctScan.cpp
│ ├── TcpConnectScan.h
│ ├── TcpFinScan.cpp
│ ├── TcpFinScan.h
│ ├── TcpNullScan.cpp
│ ├── TcpNullScan.h
│ ├── TcpScanDlg.cpp
│ ├── TcpScanDlg.h
│ ├── TcpSynScan.cpp
│ ├── TcpSynScan.h
│ ├── UdpScan.cpp
│ ├── UdpScanDlg.cpp
│ ├── UdpScanDlg.h
│ ├── UdpScan.h
│ ├── XTabCtrl.cpp
│ └── XTabCtrl.h
├── Exe
│ ├── BeastScaner.exe
│ └── 本程序配合winpcap3.1 使用
└── 使用说明.doc
140 directories, 667 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论