Releases: CShark/usbAnalyzer
Releases · CShark/usbAnalyzer
USB Analyzer 1.1
- 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
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