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

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

WinPcap

WinPcap(windowspacketcapture)是windows平臺下一個免費,公共的網絡訪問系統。開發WinPcap這個項目的目的在于為win32應用程序提供訪問網絡底層的能力。它用于windows系統下的直接的網絡編程。
  • 用javaJPcapWinPcap協議分析

    用java\JPcap\WinPcap協議分析

    標簽: javaJPcapWinPcap 協議分析

    上傳時間: 2016-05-04

    上傳用戶:hebmuljb

  • vc通過ARP攻擊源碼

    vc通過ARP攻擊源碼,用到WinPcap,運行環境DOS

    標簽: ARP 攻擊 源碼

    上傳時間: 2014-01-18

    上傳用戶:wanqunsheng

  • 基于HTTP的入侵檢測程序

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

    標簽: HTTP 入侵檢測 程序

    上傳時間: 2014-01-05

    上傳用戶:zhyiroy

  • 命令行模式下

    命令行模式下,基于WinPcap的網絡嗅探器,用于學習

    標簽: 命令行 模式

    上傳時間: 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 最新源碼,協議分析的不二法寶,基于WinPcap

    標簽: wireshark 99 源碼

    上傳時間: 2017-07-26

    上傳用戶:leehom61

  • 使用不同于winsock抓包方法

    使用不同于winsock抓包方法,即WinPcap網絡數據包進行數據包捕獲

    標簽: winsock

    上傳時間: 2017-07-28

    上傳用戶:jcljkh

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

    一、實現 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 等有關的網絡類庫。

    標簽: Sniffer 61548 網卡 監測網絡

    上傳時間: 2017-09-09

    上傳用戶:siguazgb

  • SharpPcap c#抓包實現時時獲取網卡信息

    SharpPcap c#抓包實現時時獲取網卡信息 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#抓包 獲取網卡信息

    上傳時間: 2015-07-06

    上傳用戶:muzongda

  • FPGA與PC間基于PCIe和千兆以太網的通信設計

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

    標簽: fpga pc pcie 以太網 通信

    上傳時間: 2022-07-11

    上傳用戶:xsr1983

主站蜘蛛池模板: 包头市| 平阳县| 台中市| 拜泉县| 辽宁省| 吉首市| 南陵县| 西平县| 青岛市| 武胜县| 汉川市| 云林县| 翼城县| 新余市| 北京市| 射洪县| 东乌| 涞源县| 双峰县| 江北区| 永康市| 贵州省| 丹寨县| 天峻县| 信阳市| 宣威市| 徐闻县| 章丘市| 青龙| 攀枝花市| 平南县| 舒城县| 祁连县| 靖西县| 芦山县| 平昌县| 托克逊县| 大田县| 隆林| 五大连池市| 平武县|