I am trying to capture QUIC traffic but not able to. I tried to build chromium from source as
mentioned in the google wiki https://www.chromium.org/quic/playing-with-quic, but this is
cumbersome, I am running into all sorts of build issues.
Also, I tried the approach suggested here to capture
QUIC packets using wireshark , this wasn't helpful.
I also tried "chrome://net-internals" and managed to get a JSON and then I tried converting the JSON to pcap using info from https://www.h21lab.com/tools/json-to-pcap but the script reports error
json2pcap.py -p ./chrome-net-export-log.json
Traceback (most recent call last):
File "/usr/local/bin/json2pcap.py", line 527, in <module>
py_generator(packet['_source']['layers'], r)
TypeError: string indices must be integers
I downloaded the source for this script from https://github.com/H21lab/json2pcap.
I'd prefer capturing over generating those packets.
Other details -
Platform - macOS catalina
Wireshark - 3.2.2
Chrome Browser
Thankyou