-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement support for USBPcap link-type #5
Comments
How are you capturing USB pcap on Windows? Can you share a sample with me? |
I'm guessing that you captured with USBPcap or something that captures to that format? The link-type of your capture is "USBPCAP", 249, whereas this tool supports "USB_LINUX_MMAPPED", 220. I naively tried to change the link-type using The USBPcap format is documented at http://desowin.org/usbpcap/captureformat.html. |
I see. A new format dictionary is beyond my ability to do myself. Perhaps at least I could include a mention to this in the "caveats" section of the usbreplay readme and submit a pull request? |
Hi! I've found that pcap files captured on windows causes a runtime error.
The text was updated successfully, but these errors were encountered: