usbrply
usbrply copied to clipboard
Replay USB messages from Wireshark (.cap) files
Hi. Just started using your tool to see if it will work for me. ran into a issue "ERROR: packet 8". I belive this corresponds to the 8th frame in...
These were removed during the recent rework. But pyprinter.py is pretty straightforward, and it should be easy to replicate that as a template to bring them back Other: I haven't...
Note: in addition to general API differences, for some reason linux kernel reverses some argument orders
There have been significant bug fixes
WIP. Current state: * rx/tx works * Limited flow control directions work * No plan for very specific things like GPIO and EEPROM writes unless they come up in my...
``` # Generated by usbrply # Source: Windows pcap (USBPcap) # cmd: .\Scripts\usbrply --wrapper --device-hi -p ..\SniffOpen.pcapng # PCapGen device hi: selected device 6 # Generated from packet 1/2 controlWrite(0x42,...
I got the following errors when I tried to run `usbrply --wrapper --device-hi -p pcap1_v2.pcapng > replay.py`: ```log Traceback (most recent call last): File "/usr/local/bin/usbrply", line 33, in sys.exit(load_entry_point('usbrply==2.1.1', 'console_scripts',...
I have a file that fails to parse with output looking like this: ``` # PCapGen device hi: selected device 0 # WARNING: Packet 3 missing submit. URB ID: 0x0000000000120028...
python replay.py Traceback (most recent call last): File "/home/james/development/psvr2/usbrply/replay.py", line 10, in buff = controlRead(0xC2, 0x01, 0x00A1, 0x0000, 12) ^^^^^^^^^^^ NameError: name 'controlRead' is not defined It's obviously generated the...