I’ve an app working on my iPhone through XCode by means of USBC -> Lightning cable. I wish to analyze the USB packets that go between XCode and the machine after I set up an app from Xcode to the machine. I open up wireshark, and I see a number of interfaces that appear like an apparent alternative:
- iPhone USB: en6
- en12, en13 (these solely confirmed up after I plugged the telephone in, they disappeared when unplugging, so I figured they’re associated)
- Thunderbolt 1-4: en1-4 (I’ve it plugged into one in every of my thunderbolt ports, so possibly?)
I’ve tried working wireshark as sudo, I’ve additionally tried turning the interfaces off after which on once more utilizing sudo ifconfig <interface> off/on
After I run Wireshark on en6, en12, and en13, I see visitors that appears prefer it correlates with after I construct in XCode and the app begins working, however I do not see something that appears prefer it’s sufficiently big visitors to repeat the code from XCode to the telephone, after which run it. All I see are some DHCP uncover packets, and a few MDSN packets.
Any assist right here?