Just tryin’…
Connections from/to laptop
sudo tcpdump -i wlan0 -p|cut -d' ' -f3,5|cut -d':' -f1|tee dump cat dump |uniq |sed -r 's/^(.*).[^.]+ (.*).([^.]+)/1,3,2/' > local.csv cat local.csv |./afterglow.pl |neato -Tgif -o test.gif

Connections from laptop
Let’s try again, this time only focusing on the outgoing connections initiated:

Advertisements