They call it a tcpdump but Wireshark analyzes all network traffic. You can use the udp.port == 51820
Do you have a laptop? Probably more tools and easier to test from there.
Comment on Weird Wireguard issues I could use some help with.
SeeJayEmm@lemmy.procrastinati.org 11 months agoI have an network tools app that lets me test arbitrary ports and I do see those packets on a tcpdump, but this app (and you’re suggestions above) are all TCP while Wireguard listens on UDP. I haven’t come up with a way to test UDP from the phone yet.
They call it a tcpdump but Wireshark analyzes all network traffic. You can use the udp.port == 51820
Do you have a laptop? Probably more tools and easier to test from there.
taaz@biglemmowski.win 11 months ago
Netcat can do UDP with
-u
flag, to get netcat on the phone (android) you could try local shell (Connect Bot app can do it) and try calling the local netcat (nc
, though it’s a simple busybox implementation so it might not have all the features). Though not sure if udp would just work like that.