Copying leftover capture data from many USB packets into a file
I have a large number of consecutive URB_BULK packets, all of which have leftover capture data. I want to copy all of this leftover capture data and concatenate it into a single file. What is the easiest way to do this?
add a comment