登录
首页 » Visual C++ » packet-capture-code

packet-capture-code

于 2020-07-09 发布 文件大小:407KB
0 330
下载积分: 1 下载次数: 6

代码说明:

  网络数据包抓取代码,压缩包里面的代码比较全,没有解压密码。(network packet capture code,when you extract archive,you no need put in keys.)

文件列表:

抓包代码
........\AdapaterSelection.cpp,4552,2007-10-04
........\AdapaterSelection.h,1553,2007-10-04
........\app.manifest,860,2007-10-23
........\appface.h,13541,2004-12-21
........\appface.lib,2532,2004-12-20
........\ARPPacket.cpp,2507,2007-10-09
........\ARPPacket.h,1336,2007-10-09
........\CapturePacket.aps,79636,2013-10-26
........\CapturePacket.clw,3494,2013-10-26
........\CapturePacket.cpp,2288,2007-10-11
........\CapturePacket.dsp,5162,2012-10-24
........\CapturePacket.dsw,551,2007-10-04
........\CapturePacket.h,1403,2007-10-11
........\CapturePacket.ncb,279552,2013-10-26
........\CapturePacket.opt,61952,2013-10-26
........\CapturePacket.plg,1254,2012-10-24
........\CapturePacket.rc,8179,2012-10-24
........\CapturePacketDlg.cpp,28817,2007-10-23
........\CapturePacketDlg.h,3274,2007-10-16
........\configuration
........\.............\filter.cp,10,2012-10-24
........\DirDialog.cpp,3707,2007-10-09
........\DirDialog.h,669,2007-10-09
........\FilterDl.cpp,1773,2007-10-23
........\FilterDl.h,1284,2007-10-23
........\FramePacket.cpp,1809,2007-10-14
........\FramePacket.h,888,2007-10-14
........\ICMPPacket.cpp,566,2007-10-05
........\ICMPPacket.h,996,2007-10-05
........\IPPacket.cpp,5111,2007-10-09
........\IPPacket.h,2206,2007-10-09
........\OutputDataDlg.cpp,2352,2007-10-09
........\OutputDataDlg.h,1327,2007-10-09
........\RARPPacket.cpp,566,2007-10-05
........\RARPPacket.h,526,2007-10-05
........\ReadMe.txt,3705,2007-10-04
........\Release
........\.......\AdapaterSelection.obj,17264,2012-10-24
........\.......\ARPPacket.obj,8048,2012-10-24
........\.......\CapturePacket.exe,118784,2013-04-03
........\.......\CapturePacket.obj,16996,2012-10-24
........\.......\CapturePacket.res,58680,2012-10-24
........\.......\CapturePacketDlg.obj,98067,2012-10-24
........\.......\DirDialog.obj,6209,2012-10-24
........\.......\FilterDl.obj,12490,2012-10-24
........\.......\FramePacket.obj,5289,2012-10-24
........\.......\ICMPPacket.obj,1819,2012-10-24
........\.......\IPPacket.obj,14496,2012-10-24
........\.......\OutputDataDlg.obj,12497,2012-10-24
........\.......\RARPPacket.obj,1819,2012-10-24
........\.......\StdAfx.obj,786,2012-10-24
........\.......\TCPPacket.obj,10048,2012-10-24
........\.......\TestDlg.obj,7795,2012-10-24
........\.......\UDPPacket.obj,5683,2012-10-24
........\.......\vc60.idb,74752,2013-10-26
........\res
........\...\03.ico
........\...\16.ico

........\...\CapturePacket.rc2,405,2007-10-04
........\...\GtBase.urf,41168,2007-10-11


........\...\标志在线软件图标生成.ico,7358,2012-10-24
........\resource.h,2349,2012-10-24
........\StdAfx.cpp,215,2007-10-04
........\StdAfx.h,1124,2007-10-11
........\TCPPacket.cpp,3862,2007-10-09
........\TCPPacket.h,1967,2007-10-09
........\TestDlg.cpp,1004,2007-10-23
........\TestDlg.h,1235,2007-10-23
........\UDPPacket.cpp,1715,2007-10-09
........\UDPPacket.h,997,2007-10-09
........\wpcap.lib,17658,2007-06-28

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

发表评论

0 个回复

  • CSocket
    一个网络聊天的小工具,自己加了时间的功能,客户端(A network of small chat tools, increases the function of time, the client)
    2008-12-28 21:14:52下载
    积分:1
  • 多人聊天
    基于TCP/IP的多人聊天程序(包含服务器和客户端)( Chat the procedure based on the TCP/IP multi- people (to contain server and customer end) )
    2004-07-03 23:37:55下载
    积分:1
  • ARQ
    实现滑动窗口协议(achieve sliding window protocols)
    2020-07-03 00:40:02下载
    积分:1
  • http
    基于HTTP的入侵检测程序,运行前需先装winpcap。(HTTP-based intrusion detection procedures, first installed before running winpcap.)
    2021-03-29 20:29:10下载
    积分:1
  • lesson-14
    孙鑫VC++教学课程lesson14:网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。(Sun Xin VC++ tutorial lesson14: the knowledge of the network, network program, Socket is connected applications and network drivers bridges, Socket application to create, build relationships bind driver. Thereafter, the data of the application to give socket, by the Socket handed driver and sent out on the network. After binding with the Socket IP+Port related data is received by the computer from the network, by the driver to the socket, the application can extract the data received from the Socket. Network application is sending and receiving data through the socket. TCP and UDP works and the writing process, how to link library files in the program. A character interface chat program.)
    2013-04-02 10:19:34下载
    积分:1
  • IP
    说明:  视频会议模块用于传输图像信息及其他文件,采用vfw编程,便于理解,是很好的学习源码(Video conferencing module for the transmission of image information and other documents, using vfw program, easy to understand, is a good learning source)
    2010-04-01 15:35:30下载
    积分:1
  • WiseSocket
    简化Sock连接。采用队列保存Sock的收发消息包,保证消息的处理顺序。(Simplify the Sock connection)
    2012-05-28 11:19:06下载
    积分:1
  • DBN_RBM1.1
    深度信网络测试代码,可以帮助初学者很好地了解深度学习。(Depth communications network test code that can help beginners a good understanding of the depth of learning.)
    2014-10-31 09:37:18下载
    积分:1
  • InstantMessaging
    简单的网络聊天文件传输程序 可以 0.普通聊天(文字、图片) 1.聊天室 2.传输文件(断点续传) 3.共享屏幕 4.白板 5.视频、音频聊天(Simple network chat file transfer program can 0. General chat (text, images) a chatroom 2. Transfer files (HTTP) 3. Shared screen 4. Whiteboard 5 video and audio chat)
    2013-08-26 22:14:23下载
    积分:1
  • wireless
    用于无线网络编程的学习,很实用,作为初学者的入门教材还是很有用的。(Wireless network programming for learning)
    2013-12-02 17:25:50下载
    积分:1
  • 696516资源总数
  • 106637会员总数
  • 8今日下载