]> sigrok.org Git - libsigrokdecode.git/commit
usb_request: USB transaction decoder and PCAP generator
authorStefan Brüns <redacted>
Sat, 3 Oct 2015 22:43:38 +0000 (00:43 +0200)
committerUwe Hermann <redacted>
Tue, 6 Oct 2015 16:13:15 +0000 (18:13 +0200)
commitbd0e7d2e71e7a05b2bb0686a86a75b8fcb92fd54
tree6f2aefd769730aaa190cd137ee3761ef90c17b55
parent91a19cb31778ccb6db79c4d4d75d993d974ebae0
usb_request: USB transaction decoder and PCAP generator

The new decoder stacks on top of the usb_packet PD. It adds one new
annotation row, and is able to save the decoded data as PCAP trace.

It has been successfully tested against all traces in sigrok-dumps and
some more traces.
decoders/usb_request/__init__.py [new file with mode: 0644]
decoders/usb_request/pd.py [new file with mode: 0644]