登录
首页 » Visual C++ » IPPackCap

IPPackCap

于 2021-01-11 发布 文件大小:3784KB
0 348
下载积分: 1 下载次数: 3

代码说明:

  编制程序,监控网络,捕获一段时间内网络上的IP数据包,按IP数据包的源地址统计出该源地址在该时间段内发出的IP包的个数,将其写入日志文件中或用图形表示出来(建议用图形表示出统计结果)。(Program monitoring network, a period of time to capture IP data packets on the network, according to the source address of the IP packet statistics of the number of the source address is issued in the time of the IP package, written into the log file or graph out (that show the statistical results with graphics).)

文件列表:

IPPackCap\Debug\IPNode.obj, 6204, 2017-12-19
IPPackCap\Debug\IPNode.sbr
IPPackCap\Debug\IPPackCap.bsc, 4252672, 2017-12-20
IPPackCap\Debug\IPPackCap.exe, 122950, 2017-12-20
IPPackCap\Debug\IPPackCap.ilk, 348376, 2017-12-20
IPPackCap\Debug\IPPackCap.obj, 25409, 2017-12-19
IPPackCap\Debug\IPPackCap.pch, 7198264, 2017-12-19
IPPackCap\Debug\IPPackCap.pdb, 451584, 2017-12-20
IPPackCap\Debug\IPPackCap.res, 3056, 2017-12-20
IPPackCap\Debug\IPPackCap.sbr
IPPackCap\Debug\IPPackCapDlg.obj, 70686, 2017-12-20
IPPackCap\Debug\IPPackCapDlg.sbr
IPPackCap\Debug\StatisticsList1.obj, 8252, 2017-12-19
IPPackCap\Debug\StatisticsList1.sbr
IPPackCap\Debug\StdAfx.obj, 105682, 2017-12-19
IPPackCap\Debug\StdAfx.sbr, 1371903, 2017-12-19
IPPackCap\Debug\vc60.idb, 279552, 2017-12-20
IPPackCap\Debug\vc60.pdb, 471040, 2017-12-20
IPPackCap\IPNode.cpp, 856, 2017-12-19
IPPackCap\IPNode.h, 797, 2017-12-19
IPPackCap\IPPackCap.aps, 36256, 2017-12-20
IPPackCap\IPPackCap.clw, 1661, 2017-12-20
IPPackCap\IPPackCap.cpp, 2105, 2017-12-19
IPPackCap\IPPackCap.dsp, 4568, 2017-12-20
IPPackCap\IPPackCap.dsw, 543, 2017-12-19
IPPackCap\IPPackCap.h, 1357, 2017-12-19
IPPackCap\IPPackCap.ncb, 74752, 2017-12-20
IPPackCap\IPPackCap.opt, 50688, 2017-12-20
IPPackCap\IPPackCap.plg, 252, 2017-12-20
IPPackCap\IPPackCap.rc, 6172, 2017-12-20
IPPackCap\IPPackCapDlg.cpp, 14385, 2017-12-20
IPPackCap\IPPackCapDlg.h, 2590, 2017-12-19
IPPackCap\ReadMe.txt, 3633, 2017-12-19
IPPackCap\res\IPPackCap.ico, 1078, 2017-12-19
IPPackCap\res\IPPackCap.rc2, 401, 2017-12-19
IPPackCap\resource.h, 1055, 2017-12-19
IPPackCap\StatisticsList.cpp, 585, 2017-12-19
IPPackCap\StatisticsList.h, 853, 2017-12-19
IPPackCap\StatisticsList1.cpp, 1639, 2017-12-19
IPPackCap\StatisticsList1.h, 854, 2017-12-19
IPPackCap\StdAfx.cpp, 211, 2017-12-19
IPPackCap\StdAfx.h, 1054, 2017-12-19
IPPackCap\Debug
IPPackCap\res
IPPackCap

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • YCArray
    说明:  /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add("Number2",4) * test.Add("Number1",2) * printf("%d %d",test["Number1"],test["Number2"]) * 显示: * 2 4 ******* ******* History: 2004-11-19 修改了析构函数,解决了索引没有释放的bug **/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
    2005-09-06 13:03:51下载
    积分:1
  • 1231
    实现FTP多线程下载上传,同时可以方便实现与本机FTP服务器的连接(Achieve multi-threaded FTP download upload, and can easily be achieved with the local FTP server)
    2013-06-13 18:52:09下载
    积分:1
  • hackqqqwq
    黑客强大源码,黑客强大源码,黑客强大源码,黑客强大源码,黑客强大源码,黑客强大源码(Hackers powerful source code, hacking powerful source code, hacking powerful source code, hacking powerful source code, hacking powerful source code, hacking powerful source)
    2014-02-05 17:43:58下载
    积分:1
  • ChatClient
    基于MFC框架应用SOCKET的聊天室客户端,在VS2015上完美运行(SOCKET chat room client based on MFC framework, running perfectly on VS2015)
    2018-08-09 11:11:28下载
    积分:1
  • PC program of low resistance tester20171101
    低电阻测试仪上位机程序,带参数设置功能自动量程、讯响、单次连续、报警上下限设置,及测量数据即时上传功能(Low resistance tester upper computer program, with parameter setting function, automatic range, sound, single continuous, alarm upper and lower settings, and measurement data immediate upload function)
    2017-11-01 16:15:52下载
    积分:1
  • src
    端口扫描工具 C++语言编写 代码简洁有效快捷!(Port scanning tool C++ language code is simple and effective and efficient!)
    2014-04-13 16:16:39下载
    积分:1
  • 756245245
    VB校园即时通聊天软件源代码,有需要的就下载吧。(VB Campus Messenger chat software source code, there is a need to download it.)
    2013-08-04 15:29:41下载
    积分:1
  • UDP-communication
    一个基于 Labview 的 UDP 通信实例。用户可通过该实例对 TCP-UDP 协议的工作方式有基本的了解。(Labview an instance of communication based on UDP. Users can work through the example of TCP-UDP protocol is a basic understanding.)
    2015-07-07 19:16:37下载
    积分:1
  • VB-Winsock-HTTP-POST-GET
    Visual Basic 2010通过 Get Post方法对网页进行提交(vb.net Get Post submit pages)
    2013-06-28 15:19:13下载
    积分:1
  • xuaualgveterminegdraw
    这是用VC++环境做成的一个图形编程的练习,是一个旋转的风车,()
    2018-02-20 11:51:23下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载