We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Get Wireshark with text2pcap (normally included).
You have to set environment variables.
NSPR_LOG_MODULES to SCTP:5,DataChannel:5 NSPR_LOG_FILE to /Users/username/logfile << change path
NSPR_LOG_MODULES
SCTP:5,DataChannel:5
NSPR_LOG_FILE
/Users/username/logfile
A tutorial for setting variables on different platforms is here.
Start Chrome with additional parameters: --enable-logging --v=4 Chrome will log file. For example chrome_debug.log
--enable-logging --v=4
chrome_debug.log
grep SCTP_PACKET logfile > sctp.log
text2pcap -n -l 248 -D -t '%H:%M:%S.' sctp.log sctp.pcapng
Open sctp.pcapng in Wireshark.
sctp.pcapng