how can i search a binary pattern in USB data capture?
When I use Edit->Find Packets, it looks for patterns in headers/Frame, too.
I just need to search within USB URB->Leftover Capture Data:
(Sample capture on Wiki: USB Link Layer
SB1240-via-hub_usbll.7z
containsSB1240-via-hub-FS-link-filtered.pcap
)Is it just finding the packets or is the data so large you have to search within it?
usb.capdata contains "\x00\x00\x0c"
works with the sample file mentioned above.