登录
首页 » Visual C++ » UDPTest

UDPTest

于 2013-04-18 发布 文件大小:21065KB
0 418
下载积分: 1 下载次数: 13

代码说明:

  UDP协议测试工具,可根据设定绑定UDP绑定IPD端口,进行相关的UDP吸引收发数据测试。(UDP protocol test tools, according to the set bound to the UDP binding IPD port, the UDP attract send and receive data test.)

文件列表:

UDPTest
.......\Debug
.......\.....\UDPTest.exe,2390016,2013-01-24
.......\.....\UDPTest.ilk,6870672,2013-01-24
.......\.....\UDPTest.pdb,12774400,2013-01-24
.......\Release
.......\.......\UDPTest.exe,340992,2013-01-24
.......\.......\UDPTest.pdb,6261760,2013-01-24
.......\UDPTest
.......\.......\Debug
.......\.......\.....\BuildLog.htm,10938,2013-01-24
.......\.......\.....\mt.dep,67,2013-01-24
.......\.......\.....\stdafx.obj,463937,2013-01-24
.......\.......\.....\UDPTest.exe.embed.manifest,406,2013-01-24
.......\.......\.....\UDPTest.exe.embed.manifest.res,472,2013-01-24
.......\.......\.....\UDPTest.exe.intermediate.manifest,381,2013-01-24
.......\.......\.....\UDPTest.obj,19805,2013-01-24
.......\.......\.....\UDPTest.pch,24772608,2013-01-24
.......\.......\.....\UDPTest.res,34004,2013-01-24
.......\.......\.....\UDPTestDlg.obj,148537,2013-01-24
.......\.......\.....\vc90.idb,896000,2013-01-24
.......\.......\.....\vc90.pdb,1978368,2013-01-24
.......\.......\ReadMe.txt,2891,2013-01-17
.......\.......\Release
.......\.......\.......\BuildLog.htm,7624,2013-01-24
.......\.......\.......\mt.dep,67,2013-01-24
.......\.......\.......\stdafx.obj,2548994,2013-01-24
.......\.......\.......\UDPTest.exe.intermediate.manifest,381,2013-01-24
.......\.......\.......\UDPTest.obj,34227,2013-01-24
.......\.......\.......\UDPTest.pch,25624576,2013-01-24
.......\.......\.......\UDPTest.res,34004,2013-01-24
.......\.......\.......\UDPTestDlg.obj,103129,2013-01-24
.......\.......\.......\vc90.idb,494592,2013-01-24
.......\.......\.......\vc90.pdb,1978368,2013-01-24
.......\.......\res

.......\.......\...\UDPTest.rc2,363,2013-01-17
.......\.......\resource.h,1461,2013-01-24
.......\.......\stdafx.cpp,138,2013-01-17
.......\.......\stdafx.h,1796,2013-01-17
.......\.......\targetver.h,1030,2013-01-17
.......\.......\UDPTest.aps,60232,2013-01-24
.......\.......\UDPTest.cpp,1730,2013-01-23
.......\.......\UDPTest.h,447,2013-01-17
.......\.......\UDPTest.rc,6584,2013-01-24
.......\.......\UDPTest.vcproj,5482,2013-01-17
.......\.......\UDPTest.vcproj.LZP.Administrator.user,1403,2013-03-24
.......\.......\UDPTest.vcproj.WWW-5D0A70751BD.Administrator.user,1427,2013-01-27
.......\.......\UDPTest.vcproj.WWW-ABAE16CF6F8.Administrator.user,1427,2013-01-24
.......\.......\UDPTestDlg.cpp,12265,2013-01-24
.......\.......\UDPTestDlg.h,1318,2013-01-24
.......\UDPTest.ncb,12839936,2013-03-24
.......\UDPTest.sln,887,2013-01-17

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

发表评论

0 个回复

  • UDP_Lost_test2
    这是一个测试UDP数据包的丢包率的程序,包含程序源码,已经验证成功(This is a test UDP packet loss rate of the program, including program source code, has been successfully verified)
    2013-12-30 11:10:56下载
    积分:1
  • syn
    SYN Flood是当前最盛行的DoS(拒尽服务进攻)与DDoS(散布式拒尽服务进攻)的方法之一,这是一种利用TCP协议缺点,发送大批伪造的TCP连接请求,从而使得被进攻方资源耗尽(CPU满负荷或内存不足)的进攻方法。(SYN Flood is one of the most popular DoS (refuse to do service attack) and DDoS (Distributed refuse to do service attack), which is a Use the TCP protocol shortcomings, sending a large number of forged TCP connection requests, making the offensive resource exhaustion (CPU full load or memory) Offensive....)
    2012-02-24 21:09:08下载
    积分:1
  • JS_Http_Svchost
    一个网络后门程序。演示了通过Http通道的功能穿透安全级别非常高的防火墙,甚至硬件防火墙。()
    2008-07-09 19:55:41下载
    积分:1
  • senda-recv-file
    socket 客户端和服务端发送和接收文件的源代码(the source code of socket in order to send and receive file)
    2015-05-12 10:37:50下载
    积分:1
  • vlsmaddr
    本源碼是一個用從Internet的Web頁面上得到Email地址,采用多線程遞歸算法(This source code is a Web page is available from the Internet, get Email address, using a recursive algorithm for multi-threaded)
    2009-09-22 17:30:18下载
    积分:1
  • POP3_EXAMPLE
    Pop3客户端接收信件的整个流程: 1。连接到pop3服务器(默认端口110) 2。发送用户名(user) 3。发送密码(pass) 4。查询当前邮箱状态(stat) 5。查询服务器上所有邮件UID列表(UIDL) 6。查询本地所有邮件的UID列表,从而罗列出新邮件列表(本地UID列表是POP3客户端记录在日志文件中的) 7。对所有新邮件查询其大小(LIST) 8。下载所有新邮件(RETR)利用List提供的邮件大小信息 9。如果有必要,对所有新邮件标志为删除(DELE) 10。结束对话(QUIT) 11。解析本地下载邮件。(Pop3 client receives the entire flow of letters: 1. Connect to the pop3 server (default port 110) 2. Send user name (user) 3. Send password (pass) 4. Query current mail status (stat) 5. Query server UID list of all messages (UIDL) 6. Query local UID list of all messages, which set out the new mailing list (local UID is a POP3 client list recorded in the log file) 7. For all new e-mail inquiries about their size (LIST) 8. Download all new messages (RETR) to use List of information provided by message size 9. If necessary, for all new signs for the delete message (DELE) 10. The end of the dialogue (QUIT) 11. Analysis of local download your mail.)
    2021-01-03 19:38:55下载
    积分:1
  • Traffic
    对网络的流量进行监测,会很好的对网络端口的流量进行监测,绝对可以完整运行(Traffic on the network to be monitored, will be well on network port flow monitoring, absolute integrity can be run)
    2012-04-27 20:15:36下载
    积分:1
  • packet-capture-code
    网络数据包抓取代码,压缩包里面的代码比较全,没有解压密码。(network packet capture code,when you extract archive,you no need put in keys.)
    2020-07-09 17:18:55下载
    积分:1
  • hacker-programing
    黑客编程精粹,可以学到很多使用的东西啊,里面包含好几个文件(Hacker programming the essence of things you can learn a lot using the ah, which contains several files)
    2009-12-30 11:41:55下载
    积分:1
  • IPPackCap
    编制程序,监控网络,捕获一段时间内网络上的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).)
    2021-01-11 17:18:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载