用java\JPcap\WinPcap協議分析
標簽: javaJPcapWinPcap 協議分析
上傳時間: 2016-05-04
上傳用戶:hebmuljb
vc通過ARP攻擊源碼,用到WinPcap,運行環境DOS
上傳時間: 2014-01-18
上傳用戶:wanqunsheng
基于HTTP的入侵檢測程序,運行前需先裝WinPcap。
上傳時間: 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 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 最新源碼,協議分析的不二法寶,基于WinPcap
上傳時間: 2017-07-26
上傳用戶:leehom61
使用不同于winsock抓包方法,即WinPcap網絡數據包進行數據包捕獲
標簽: winsock
上傳時間: 2017-07-28
上傳用戶:jcljkh
一、實現 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 等有關的網絡類庫。
上傳時間: 2017-09-09
上傳用戶:siguazgb
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
上傳時間: 2015-07-06
上傳用戶:muzongda
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間進行讀寫測試的結果,驗證這兩個系統的可用性和穩定性,最后分析了影響系統傳輸速率的原因以及系統目前仍存在的不足。
上傳時間: 2022-07-11
上傳用戶:xsr1983