pbojinov
5/10/2016 - 9:18 PM

Debugging WebRTC Internals

Debugging WebRTC Internals

Getting IP Address of Domain

For example the IP of TURN/STUN servers so we can look them up in Wireshark

dig +short https://wiki.wireshark.org/DisplayFilters

Wireshark Display Filters

https://wiki.wireshark.org/DisplayFilters

Once we have the TURN server IP, we can ip.src==<ip> to filter down on it