Skip to content

Releases: CShark/usbAnalyzer

USB Analyzer 1.1

18 Dec 16:32

Choose a tag to compare

  • Changed Rendering from explicitly defined in the structs to automatically generated using reflection. This makes adding new descriptors a lot easier
  • Grouped Bulk, Isochronous and Interrupt transfers correctly
  • Added wireshark pcap-export (bulk & interrupt only at the moment) to further analyze the data transfer with a proper packet analyzer

Usb Analyzer 1.0

16 Dec 13:50
ea5bfa6

Choose a tag to compare

First release.

Input Format:

  • KingstVIS-Logfiles

Features:

  • Parse complete communication
  • Parse descriptors
  • Highlight packets that belong together

Supported Descriptors / Packets:

  • Setup
  • Device, Configuration, Interface, Endpoint
  • CDC specific descriptors, namely the Header, Union, ACM, Ethernet & NCM
  • Audio (MIDI) specific descriptors, namely Header, JackIn, JackOut, Element & Endpoint General V1