1. Install Wireshark on computer
2. Install usbmuxd on computer (MacOS: terminal: “brew install usbmuxd”)
3. Install tcpdump from mcapollo repo: “[https://mcapollo.github.io/Public/“](https://mcapollo.github.io/Public/“) on a jailbroken device
4. Install OpenSSH on jailbroken device
5. Plug jailbroken device into computer
6. In a new terminal window run “iproxy 2222 22”
7. Open another new terminal window and run “ssh root@localhost -p 2222 /usr/local/sbin/tcpdump -i en0 -w - 'port !22' | wireshark -k -i -“
8. When prompted, type in “alpine” or whatever you changed root password to
9. TCP packets will now be shown in Wireshark. Enjoy!