CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数据包捕获程序

搜索资源列表

  1. vfw-learn

    0下载:
  2. VFW VFW是微软公司1992年推出的关于数字视频的一个软件包,它能使应用程序通过数字化设备从传统的模拟视频源得到数字化的视频剪 辑。VFW的一个关键思想是播放时不需要专用硬件,为了解决数字视频数据量大的问题,需要对数据进行压缩。它引进了一种叫AVI的文件标准,该标准未规定 如何对视频进行捕获、压缩及播放,仅规定视频和音频该如何存储在硬盘上,以及在AVI文件中交替存储视频帧和与之相匹配的音频数据。VFW给程序员提 供.VBX和AVICap窗口类的高级编程工具,使程序员能通过发送消息或设置属
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-27
    • 文件大小:3828
    • 提供者:zhq112358
  1. Exception

    1下载:
  2. 在java.lang包中定义了Integer类作为int数据类型的对等类,其中定义了如下方法: public static Integer valueOf(String s) throws NumberFormatException 用于将字符串s转换成Integer对象。当s不符合整数格式时,该方法抛出NumberFormatException异常。请编写简单程序转换一字符串为Integer对象,用2种方法抛出NumberFormatException异常:一种由程序本身捕获并处理异常
  3. 所属分类:Java Develop

    • 发布日期:2017-11-10
    • 文件大小:18747
    • 提供者:Fan
  1. AnalyzeIPv4_WinPcap.cpp

    0下载:
  2. 该程序同样通过WinPcap提供的函数,获取网络适配器,利用函数pcap_loop(pcap_t* p,int cnt,pcap_handle dispatch_handle,u_char* user)捕获数据包。-The program provided the same function through the WinPcap, access network adapter, using function pcap_loop (pcap_t* p, int cnt, pcap_handle
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:1981
    • 提供者:nexpe
  1. AnalyzeIPv6_WinPcap.cpp

    0下载:
  2. 本程序利用WinPcap提供的函数,实现了过滤捕获并解析在纯IPv6环境或双协议栈环境下传输的IPv6数据包。
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3113
    • 提供者:zge
  1. Wer_FB

    2下载:
  2. 一款拦截封包的Delphi程序源码 用来捕获抓取局域网的数据包。可以先设定缓冲记录、筛选目标、筛选动作、清除数据等。-A packet interception source Delphi program to capture the LAN packet capture. Can set up a buffer recording, screening targets, screening action, clear data.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:26598
    • 提供者:hegaoxiong
  1. analyzeeth_winpcap.cpp

    0下载:
  2. 该程序通过利用WinPcap提供的捕获数据包函数,对网络中的数据包进行采集分析。-The program provided through the use of WinPcap packet capture function in the network packet capture analysis.
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:1491
    • 提供者:木阮清
  1. packet_cap

    0下载:
  2. 该程序捕获所有的数据包,并分析以太网头部、IP头部和TCP头部-The program captures all packets and analyze Ethernet header, IP header and TCP header
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:77762
    • 提供者:
  1. homework

    0下载:
  2. 利用wincap编写的c++程序。主要功能:使用Winpcap进行网络数据包的捕获,并根据HTTP协议进行还原。-A program code by wincap. Main Function:Use Winpcap to capture network packets, and restore them according to the HTTP protocol.
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-10
    • 文件大小:1164372
    • 提供者:赵明海
  1. winpcap

    0下载:
  2. WinPcap是一个基于Win32平台的,用于捕获网络数据包并进行分析的开源库. 大多数网络应用程序通过被广泛使用的操作系统元件来访问网络,比如sockets。 这是一种简单的实现方式,因为操作系统 已经妥善处理了底层具体实现细节(比如协议处理,封装数据包等等),并且提供了一个与读写文件类似的,令人熟悉的接口。-WinPcap is the industry-standard tool for link-layer network access in Windows environme
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-05-16
    • 文件大小:3855564
    • 提供者:xyzlive
  1. sniffer22

    0下载:
  2. 一个抓包小程序,可以捕获各类数据的包哈。-Capture a small program that can capture all kinds of data packets Kazakhstan.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-28
    • 文件大小:95175
    • 提供者:邱瑶
  1. WANGLUOBIANCHENG-SHIYANSI

    1下载:
  2. 1. 编写一简单的ping模拟程序。 2. 捕获数据包,对FTP协议进行解析,分析出用户名和密码。 -1. Write a simple ping simulation program. 2. Capture packets, the FTP protocol parsing, analysis the user name and password.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-06-18
    • 文件大小:41984
    • 提供者:liu
  1. simulation

    0下载:
  2. 智能变电站过程层仿真后台程序接收前台的TCP连接,接收前台传来的xml格式数据,将解析出来的合并单元及智能终端数据保存至内存容器,供后面生成离散数据及组包使用。智能终端数据包括捕获Goose及发送Goose需要用到的数据。-Intelligent substation process level simulation daemon received a TCP connection foreground, xml format data coming the front desk recept
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-29
    • 文件大小:81105
    • 提供者:xiaochenchen
  1. IP-monitor

    0下载:
  2. 程序用c++代码实现了对IP流量数据包的捕获分析等功能-Program with c++ code for IP traffic packet capture analysis functions
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-05-14
    • 文件大小:3291870
    • 提供者:张珏
  1. winpcap-d

    0下载:
  2. 1.捕获原始数据包。不管这个包是发往本地机,还是其他机器之间的交换包。 2.在数据包被发送到应用程序之前,通过用户定义的规则过滤。 3.向网络发送原始数据包。 4.对网络通信量做出统计。 -1. Capture raw packets. Whether the package is sent to the local machine, or other machines exchange between packages. 2. Before the packets are
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:3697117
    • 提供者:王立章
  1. jpbhl8

    0下载:
  2. 一个简单捕获本地TCP数据包程序源码, 适合于初学者,不错-A simple capture local TCP packet program source code, suitable for beginners, is good
  3. 所属分类:File Operate

    • 发布日期:2017-12-13
    • 文件大小:12168
    • 提供者:Daryemv
  1. Ethereal

    0下载:
  2. “Ethereal 实验”利用 Ethereal 软件捕获程序执行过程中收发的数据包,通过对数据包的分析从而加深对网络协议的理解。("Ethereal experiment" uses Ethereal software to capture the data packets during the execution of the program. Through the analysis of the packet, it can deepen the understand
  3. 所属分类:网络编程

    • 发布日期:2017-12-31
    • 文件大小:1814528
    • 提供者:ssssskk
  1. ezbm

    0下载:
  2. 一个简单捕获本地TCP数据包程序源码, 适合于初学者,不错()
  3. 所属分类:进程与线程

    • 发布日期:2018-11-14
    • 文件大小:10240
    • 提供者:gimewuly
« 1 2 ... 5 6 7 8 9 10»
搜珍网 www.dssz.com