Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
U

usbpcap

> 编程语言
Open source

USB packet capture for Windows

1.1K stars0 likes0 views
WebsiteGitHub

About

USB packet capture for Windows

USBPcap - USB Packet capture for Windows

End-user installer is available at: http://desowin.org/usbpcap Following informations are intended for developers and power users only.

Directory overview: USBPcapCMD - sample user space application USBPcapDriver - filter driver used to capture data

Build instructions: Download and install Windows Driver Kit 7.1.0 from Microsoft http://www.microsoft.com/en-us/download/details.aspx?id=11800

Adjust driver_build_win7_64bit.bat (first line of that file): * To change to checked build: replace 'fre' with 'chk' * To build for x86: replace 'x64' with 'x86' * To build for Windows XP: replace 'WIN7' with 'WXP'

Windows 8 Build instructions: In order to compile for Windows 8, you need to have Visual Studio 2013 Community and install Windows Driver Kit 8.1 Update. To create solution file use the following command from Visual Studio 2013 Command Prompt (while being chdired into usbpcap sources directory):

Nmake2MsBuild dirs

This will create solution dirs.sln. You can build the driver from the Visual Studio 2013 Command Prompt:

MSBuild dirs.sln /p:Configuration="Win8 Debug"

Installation: TESTSIGNING must be enabled in order to install this driver on 64 bit Windows. To do so, issue following command (as administrator): Bcdedit.exe -set TESTSIGNING ON and reboot.

Right click on the USBPcap.inf file and select Install.

After installing, reboot.

Usage: Currently there is no capture engine dll. You can use the USBPcapCMD.exe to select the filter instance (there is one instance per root hub) and specify the output pcap file name.

Licensing: USBPcapDriver is licensed under GPLv2 license. USBPcapCMD is licensed under BSD 2-Clause license.

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

C

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言