Re: [pyusb-users] Sniff USB Packets

2014-09-09 Thread Rolf Inator
Hi Wander, > Unfortunately PyUSB hasn't this capability. Hm, okay. Thanks for clearing up! -- Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce. Perforce version contr

Re: [pyusb-users] Sniff USB Packets

2014-09-09 Thread Wander Lairson Costa
2014-09-09 16:46 GMT-03:00 Rolf Inator : > Hi list, > Hi, > I wonder if it is possible to sniff USB packets for every USB device > (usb.core.find(find_all=True)), beginning with the initial packets like > GET_STATUS, GET_DESCRIPTOR and so on by using pyUSB? Similiar to the output > that usbmon

[pyusb-users] Sniff USB Packets

2014-09-09 Thread Rolf Inator
Hi list, I wonder if it is possible to sniff USB packets for every USB device (usb.core.find(find_all=True)), beginning with the initial packets like GET_STATUS, GET_DESCRIPTOR and so on by using pyUSB? Similiar to the output that usbmon and Wireshark produces. Regards, Rolf -