Welcome![Sign In][Sign Up]
Location:
Search - WINPCAP UDP

Search list

[OS programwinpcap

Description: winpcap程序开发,实行网络抓包,对TCP/UDP协议分析.
Platform: | Size: 102710 | Author: 黄锦 | Hits:

[Sniffer Package captureudpcapture

Description: udpcapture。利用winpcap编程实现抓取以太网上的UDP报文,并打印报文长度和时间,以及UDP报文的源IP和目的IP。这是利用winpcap编程的比较简单的例子,在此基础上修改源码可以实现所要求的复杂功能-udpcapture. Programming using WinPcap crawl Ethernet UDP packet, and print message length and time, as well as the UDP packet
Platform: | Size: 12288 | Author: 洪峰 | Hits:

[Internet-NetworkCode

Description: TCP和UDP数据包发送程序 本程序需要安装Winpcap,版本为3.1,其他版本可能造成程序无法正常使用。 开发平台: windows XP SP2 Visual Studio.net 2003 -TCP and UDP packets sent procedure This procedure will need to install Winpcap, version 3.1, other versions may result in the procedure not work properly. Development platform: windows XP SP2 Visual Studio.net 2003
Platform: | Size: 15360 | Author: | Hits:

[Sniffer Package capturewinpcap

Description: winpcap程序开发,实行网络抓包,对TCP/UDP协议分析.-WinPcap development, the implementation of the network capture of the TCP/UDP protocol analysis.
Platform: | Size: 102400 | Author: 黄锦 | Hits:

[TCP/IP stackroaderTCPIP

Description: 一个简单的TCP/IP协议栈,实现ARP、IP、ICMP、UDP和TCP协议,底层驱动使用winpcap,可以在VC下调试。-A simple TCP/IP protocol stack, the realization of ARP, IP, ICMP, UDP and TCP protocol, the underlying driver to use winpcap, under the debugger in VC.
Platform: | Size: 289792 | Author: guo | Hits:

[Internet-Networkwinpcapneting

Description: 本人课程实验做的一个基于winpcap的网络嗅探器,附源程序,用c开发,在vc++6.0下编译通过。它可以列出监视主机的所有的网卡,选择一个网卡进行监听,捕获并显示流经网卡的数据包,并做相应的分析和统计,还可以设置捕获过滤规则,就某种协议(ip、 tcp、 udp 等)进行重点分析。 -I do a course experiments based on the WinPcap network sniffer, with source code, using c development, in vc++ 6.0 compiler passed under. It can list all the host surveillance network card, select a card to monitor, capture and display data packets flowing through the network card and do the appropriate analysis and statistics, can also set filters to capture the rules of some sort of agreement on the (ip, tcp , udp, etc.) the focus of analysis.
Platform: | Size: 97280 | Author: 郭为 | Hits:

[Windows DevelopNetTool

Description: 在visaul studio 2008的MFC框架下,使用winpcap开发的局域网数据包捕获工具,能够捕获ip,tcp.udp数据包并解析数据所内容。还可以发送用户自定义的ARP数据包。-Visaul studio 2008 in the MFC framework, the development of local area network using WinPcap packet capture tool that can capture ip, tcp.udp packet and content analytic data. Can also send user-defined ARP packets.
Platform: | Size: 47104 | Author: yuc | Hits:

[Linux-UnixRawPacket

Description: In this article, I will explain how to create UDP packets and then send them to a remote server through the Internet using WinPCap for Windows. The code has been tested to work with Windows XP SP2 and Vista SP1 on Linksys routers, and on Toshiba modems connected directly to the Internet. Please note that the code here is very minimalistic, and can be greatly expanded depending on your needs. The reason I use WinPCap in this article is that it solves the issue of Winsock for Windows (XP SP2 and above) not allowing raw UDP packets to be sent (in Linux, you can just use regular sockets). With WinPcap, it is possible to specify your own source IP and source hardware addresses in packets.
Platform: | Size: 35840 | Author: 黄海栋 | Hits:

[Internet-NetworkRawUDPSample

Description: In this code, I will present a C++ class used to easily create and manipulate UDP packets from scratch. This can be useful for Windows users who can t send custom UDP packets using Winsock. (XP SP2 and later). In the sample application, WinPCap is used instead of Winsock to send the UDP packets.
Platform: | Size: 40960 | Author: 黄海栋 | Hits:

[OS programWinPcap_udp

Description: WinPcap来捕获和分析udp AnalyzeUDP_WinPcap.c-WinPcap to capture and analyze udp
Platform: | Size: 5120 | Author: 张宇 | Hits:

[Software Engineeringsniffer

Description: 一、实现 Sniffer 的基本功能。 Sniffer 是一种用于监测网络性能、使用情况的工具。  能够指定需要侦听的网卡(考虑一台机器上多张网卡的情况)  能够侦听所有进出本主机的数据包,解析显示数据包( ICMP 、 IP 、 TCP 、 UDP 等)各个字段。比如,对 IP 头而言,需要显示 版本、头长度、服务类型、数据包长度、标识、 DF/MF 标志、段内偏移、生存期、协议类型、源目的 IP 地址、选项内容、数据内容。要求显示数据的实际含义(例如用 ASCII 表示);  能够侦听来源于指定 IP 地址的数据包,能够侦听指定目的 IP 地址的数据包,显示接收到的 TCP 和 UDP 数据包的全部实际内容。需要考虑一个 TCP 或 UDP 包划分为多个 IP 包传输的情况;  能够根据指定的协议类型来过虑包,例如,只侦听 ICMP 包,或只侦听 ICMP 和 UDP 包。  功能验证手段:在运行 Sniffer 的同时,执行标准的 Ping 、 Telnet 和浏览网页等操作,检查 Sniffier 能否返回预期的结果。 Windows 平台上可以用 winpcap 类库;在 linux 平台上可以使用 libpcap 类库。也可以调用 Sockets 等有关的网络类库。 -First, the realization of the basic functions of Sniffer. Sniffer is a network for monitoring performance, the use of tools.  listening to the specified needs of the card (taking on a machine more than the case of card)  listening to all incoming and outgoing packets of the host, analysis shows that packet (ICMP, IP, TCP, UDP, etc.) in various fields. For example, the first of the IP, the need to show the version of the first length, service type, packet length, logo, DF/MF logo, paragraph migration, survival, protocol type, source IP address of the purpose, options, content, data内容. Requirement to demonstrate the actual meaning of data (such as that used ASCII)  listening to the specified IP address from data packet to specify the purpose of listening packet IP addresses, indicating the received TCP and UDP packets all the actual content. Need to consider a TCP or UDP packet is divided into a number of IP packet transmission of the situation 
Platform: | Size: 65536 | Author: 鲁明 | Hits:

[Internet-Networkipv6packet

Description: 该代码实现了基于winpcap的IPv6发包功能,可以构造MLD,IPV6 UDP,IPV6 PIM类型的报文,实现了定时发送的功能-The code for IPv6 based on the contract winpcap functions, can be constructed MLD, IPV6 UDP, IPV6 PIM message types, to achieve the timing function to send
Platform: | Size: 105472 | Author: 张瀚 | Hits:

[Internet-NetworkSnifferYU

Description: 自己编写的一个基于winpcap的Sniffer,VC++编译通过,可分析以太网帧头部、ARP、IP、TCP、UDP、ICMP等,界面美观,易于使用-I have written a winpcap based on the Sniffer, VC++ compiler is passed, the head frame can be analyzed Ethernet, ARP, IP, TCP, UDP, ICMP and so on, beautiful interface, easy to use
Platform: | Size: 3829760 | Author: 小余 | Hits:

[Internet-NetworkMyWinPcap

Description: WinPcap 捕获数据帧程序功能为: (1) 捕获程序具有捕获本机网卡数据帧的能力,并显示以太帧头各个字段值 (2) 捕获程序具有进一步分析上层协议数据单元的能力,包括TCP、UDP-WinPcap frame capture program features: (1) capture process with a capture card in this machine' s ability to frame and display each header field values Ethernet (2) capture process with further analysis of the upper protocol data unit, including TCP , UDP
Platform: | Size: 2029568 | Author: cher | Hits:

[Sniffer Package capturewinpcap

Description: 利用wincap 发送udp数据包,可以修改源磅IP-Wincap sent using udp packet, you can modify the source IP pounds
Platform: | Size: 3074048 | Author: azc | Hits:

[Sniffer Package capturecapture

Description: 基于winpcap的数据包捕获程序,可以统计UDP,TCP,ICMP,ARP,IGMP包的数量以及从本机发送和本机接收到得数据包的数量-Based on winpcap packet capture program, you can statistics UDP, TCP, ICMP, ARP, IGMP, and the number of packets sent from the machine and the machine was received by the number of packets
Platform: | Size: 5120 | Author: crazyhack | Hits:

[Internet-NetworkVS2008VC-Winpcap-sniffer

Description: 使用VS2008VC++与Winpcap开发的网络嗅探器,里面实现mac、arp、ip、tcp、udp、http等协议分析功能.-use vs2008VC++ and WinPcap tools to implement some protocol analysis,such as mac、arp、ip、tcp、udp、http
Platform: | Size: 397312 | Author: yanggang | Hits:

[OS programAnalyzeUDP_WinPcap

Description: 基于winpcap 用于udp 数据包的捕获。用c++编写。-the program is about capturing udp datasets
Platform: | Size: 2048 | Author: marty | Hits:

[Internet-NetworkUDP

Description: winpcap 保存捕获数据包 -Save winpcap winpcap packet capture save capture packets
Platform: | Size: 2048 | Author: 曾墨 | Hits:

[Internet-Networkwinpcap

Description: 基于winpcap的抓包程序,用MFC实现。 本程序基于winpcap,可以实现抓包类型的选择,如ARP,IP,TCP,UDP,ICMP-Winpcap based on the Ethereal program, with the MFC implementation. The program is based on winpcap, can choose the type of packet capture, such as ARP, IP, TCP, UDP, ICMP
Platform: | Size: 573440 | Author: lili | Hits:
« 12 3 4 »

CodeBus www.codebus.net