GithubHelp home page GithubHelp logo

jiuzhuaxiong / usbpcap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from desowin/usbpcap

0.0 2.0 0.0 543 KB

USB packet capture for Windows

Home Page: http://desowin.org/usbpcap

C 94.48% Objective-C 0.61% C++ 0.06% Batchfile 2.51% NSIS 2.33%

usbpcap's Introduction

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.

usbpcap's People

Contributors

desowin avatar

Watchers

James Cloos avatar rick.zhang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.