Run tcpdump and forward to wireshark

From a linux (WSL) host

adb shell su -c "tcpdump -U -w - " | "C:\Program Files\Wireshark\Wireshark.exe" -k -i -

 

From a windows machine, SSH to a WSL host, which is connected to the Android Phone

 


Revision #3
Created 28 October 2024 11:45:23 by Ariel
Updated 28 October 2024 11:58:42 by Ariel