Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/desowin/usbpcap
USB packet capture for Windows
https://github.com/desowin/usbpcap
Last synced: 2 months ago
JSON representation
USB packet capture for Windows
- Host: GitHub
- URL: https://github.com/desowin/usbpcap
- Owner: desowin
- Created: 2013-02-23T22:47:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T16:35:52.000Z (about 1 year ago)
- Last Synced: 2024-08-01T09:26:23.438Z (5 months ago)
- Language: C
- Homepage: http://desowin.org/usbpcap
- Size: 1.8 MB
- Stars: 890
- Watchers: 72
- Forks: 169
- Open Issues: 60
-
Metadata Files:
- Readme: README
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome - desowin/usbpcap - USB packet capture for Windows (others)
- awesome-network-stuff - **423**星
README
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 dataBuild instructions:
Download and install Windows Driver Kit 7.1.0 from Microsoft
http://www.microsoft.com/en-us/download/details.aspx?id=11800Adjust 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 dirsThis 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.