亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Winpcap

Winpcap(windowspacketcapture)是windows平臺下一個免費,公共的網(wǎng)絡(luò)訪問系統(tǒng)。開發(fā)Winpcap這個項目的目的在于為win32應(yīng)用程序提供訪問網(wǎng)絡(luò)底層的能力。它用于windows系統(tǒng)下的直接的網(wǎng)絡(luò)編程。
  • 用javaJPcapWinpcap協(xié)議分析

    用java\JPcap\Winpcap協(xié)議分析

    標簽: javaJPcapWinpcap 協(xié)議分析

    上傳時間: 2016-05-04

    上傳用戶:hebmuljb

  • vc通過ARP攻擊源碼

    vc通過ARP攻擊源碼,用到Winpcap,運行環(huán)境DOS

    標簽: ARP 攻擊 源碼

    上傳時間: 2014-01-18

    上傳用戶:wanqunsheng

  • 基于HTTP的入侵檢測程序

    基于HTTP的入侵檢測程序,運行前需先裝Winpcap。

    標簽: HTTP 入侵檢測 程序

    上傳時間: 2014-01-05

    上傳用戶:zhyiroy

  • 命令行模式下

    命令行模式下,基于Winpcap的網(wǎng)絡(luò)嗅探器,用于學(xué)習(xí)

    標簽: 命令行 模式

    上傳時間: 2013-12-20

    上傳用戶:shawvi

  • In this article, I will explain how to create UDP packets and then send them to a remote server thro

    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.

    標簽: article explain packets create

    上傳時間: 2013-12-12

    上傳用戶:x4587

  • wireshark 0.99.7 最新源碼

    wireshark 0.99.7 最新源碼,協(xié)議分析的不二法寶,基于Winpcap

    標簽: wireshark 99 源碼

    上傳時間: 2017-07-26

    上傳用戶:leehom61

  • 使用不同于winsock抓包方法

    使用不同于winsock抓包方法,即Winpcap網(wǎng)絡(luò)數(shù)據(jù)包進行數(shù)據(jù)包捕獲

    標簽: winsock

    上傳時間: 2017-07-28

    上傳用戶:jcljkh

  • 一、實現(xiàn) Sniffer 的基本功能。 Sniffer 是一種用于監(jiān)測網(wǎng)絡(luò)性能、使用情況的工具。  能夠指定需要偵聽的網(wǎng)卡(考慮一臺機器上多張網(wǎng)卡的情況)  能

    一、實現(xiàn) Sniffer 的基本功能。 Sniffer 是一種用于監(jiān)測網(wǎng)絡(luò)性能、使用情況的工具。  能夠指定需要偵聽的網(wǎng)卡(考慮一臺機器上多張網(wǎng)卡的情況)  能夠偵聽所有進出本主機的數(shù)據(jù)包,解析顯示數(shù)據(jù)包( ICMP 、 IP 、 TCP 、 UDP 等)各個字段。比如,對 IP 頭而言,需要顯示 版本、頭長度、服務(wù)類型、數(shù)據(jù)包長度、標識、 DF/MF 標志、段內(nèi)偏移、生存期、協(xié)議類型、源目的 IP 地址、選項內(nèi)容、數(shù)據(jù)內(nèi)容。要求顯示數(shù)據(jù)的實際含義(例如用 ASCII 表示);  能夠偵聽來源于指定 IP 地址的數(shù)據(jù)包,能夠偵聽指定目的 IP 地址的數(shù)據(jù)包,顯示接收到的 TCP 和 UDP 數(shù)據(jù)包的全部實際內(nèi)容。需要考慮一個 TCP 或 UDP 包劃分為多個 IP 包傳輸?shù)那闆r;  能夠根據(jù)指定的協(xié)議類型來過慮包,例如,只偵聽 ICMP 包,或只偵聽 ICMP 和 UDP 包。  功能驗證手段:在運行 Sniffer 的同時,執(zhí)行標準的 Ping 、 Telnet 和瀏覽網(wǎng)頁等操作,檢查 Sniffier 能否返回預(yù)期的結(jié)果。 Windows 平臺上可以用 Winpcap 類庫;在 linux 平臺上可以使用 libpcap 類庫。也可以調(diào)用 Sockets 等有關(guān)的網(wǎng)絡(luò)類庫。

    標簽: Sniffer 61548 網(wǎng)卡 監(jiān)測網(wǎng)絡(luò)

    上傳時間: 2017-09-09

    上傳用戶:siguazgb

  • SharpPcap c#抓包實現(xiàn)時時獲取網(wǎng)卡信息

    SharpPcap c#抓包實現(xiàn)時時獲取網(wǎng)卡信息 SharpPcap tutorial: a step by step guide to using SharpPcap The text of this tutorial is taken directly from Winpcap's official tutorial but is modified to show the C# use of the SharpPcap library. All examples can be downloaded together with SharpPcap source code from SharpPcap 's homepage. The Winpcap library must be installed before attempting to run any of these examples, so please download and install the latest version from Winpcap's download page. SharpPcap was written and tested using .NET v1.1 and Windows 2000/XP. I have no idea about other .NET and Windows versions. If you do try it, please report your results. The following topics are covered in this tutorial: Obtaining the device list Obtaining advanced information about installed devices Opening an adapter and capturing packets Capturing packets without the event handler Filtering the traffic Interpreting the packets Handling offline dump files Sending Packets Gathering Statistics on the network traffic 1. Obtaining the device list

    標簽: SharpPcap c#抓包 獲取網(wǎng)卡信息

    上傳時間: 2015-07-06

    上傳用戶:muzongda

  • FPGA與PC間基于PCIe和千兆以太網(wǎng)的通信設(shè)計

    1.深入研究PCIe和千兆以太網(wǎng),了解PCIe和千兆以太網(wǎng)的技術(shù)優(yōu)勢,具體分析PCle和千兆以太網(wǎng)的傳輸協(xié)議,詳細說明PCleTLP數(shù)據(jù)包格式和以太網(wǎng)標2.完成PCIe DMA數(shù)據(jù)傳輸系統(tǒng)設(shè)計。設(shè)計方案主要包括兩大部分,分別是FPGA端Verilog邏輯模塊開發(fā)以及PC端的驅(qū)動和C應(yīng)用程序開發(fā)。FPGA端基于PCle IP Core完成了發(fā)送接收引擎模塊、寄存器讀寫控制模塊和FIFO讀寫控制模塊的設(shè)計。定義了相應(yīng)模塊的接口,并分析了數(shù)據(jù)傳輸?shù)臅r序。PC端采用WinDriver進行PCle的驅(qū)動開發(fā),并根據(jù)WinDriver提供的驅(qū)動API函數(shù)完成C應(yīng)用程序的設(shè)計。3.完成千兆以太網(wǎng)數(shù)據(jù)傳輸系統(tǒng)設(shè)計。設(shè)計方案也主要包括兩大部分,分別是FPGA端Verilog邏輯模塊開發(fā)以及PC端Winpcap應(yīng)用程序開發(fā)。FPGA端基于嵌入式三態(tài)以太網(wǎng)MACIPCore,設(shè)計了發(fā)送接收引擎模塊、FIFO讀寫控制模塊和物理接口模塊。定義了相應(yīng)模塊的接口,并分析了數(shù)據(jù)傳輸經(jīng)過Locallink接口和Client用戶接口上的傳輸時序。PC端采用Winpcap提供的網(wǎng)絡(luò)編程完成了C應(yīng)用程序的設(shè)計,實現(xiàn)了捕獲FPGA端發(fā)送的數(shù)據(jù)包以及發(fā)送原始數(shù)據(jù)包至FPGA端的功能。4.PCIe DMA數(shù)據(jù)傳輸系統(tǒng)和千兆以太網(wǎng)數(shù)據(jù)傳輸系統(tǒng)在Xilinx ML507開發(fā)板上進行了性能測試。記錄FPGA與PC間進行讀寫測試的結(jié)果,驗證這兩個系統(tǒng)的可用性和穩(wěn)定性,最后分析了影響系統(tǒng)傳輸速率的原因以及系統(tǒng)目前仍存在的不足。

    標簽: fpga pc pcie 以太網(wǎng) 通信

    上傳時間: 2022-07-11

    上傳用戶:xsr1983

主站蜘蛛池模板: 准格尔旗| 东兰县| 喀什市| 岢岚县| 喀喇| 杭锦后旗| 田东县| 苏尼特右旗| 龙井市| 兴仁县| 图片| 武汉市| 怀化市| 阿荣旗| 灵石县| 新余市| 安庆市| 饶平县| 丰镇市| 如皋市| 武汉市| 新津县| 安丘市| 日土县| 山东省| 太康县| 洛隆县| 太和县| 涟水县| 应城市| 临泉县| 和硕县| 德州市| 重庆市| 绵竹市| 定结县| 苏州市| 鹤壁市| 乳源| 明溪县| 襄城县|