USB packets are not being split into sections on Linux
I have a capture file from a Mac device, and I am trying to read the USB packets. On a Windows VM, the packets are correctly split into sections and analyzed:
However, for some reason, when I open the same exact file with the same exact Wireshark version on Linux:
The packets are not analyzed.
I am using Arch Linux, and I have downloaded Wireshark from the repos and I've also tried compiling it from source, to no avail.
Why is this happening?