The tutorial/code actually starts at 2:42.
Code: https://github.com/crclayton/streamer...
Looking the IP addresses up manually was too slow so I show how to do it instantaneously with Python.
NOTES:
(1) You might be using Ethernet not Wifi, so add the arguments "-i ethernet" to your tshark cmd (you can see all interfaces by running "tshark.exe --list-interfaces" then use for example "tshark.exe -i 4")
(2) Packets might be "UDP" protocol not "SKYPE" protocol
(3) The output arrow might be "→" (unicode. "\\xe2\\x86\\x92
") instead of a dash and greater than symbol
I created this script as an experiment after learning about wireshark in my computer communications class. Tested on Omegle/Chatroulette. It's for educational/harmless purposes only. Please don't try to use it to stalk people.