So by default when you open a pcap in wireshark it looks something like this.
But I want to view the name of the websites, so I have to find the host (HTTP) or :authority (HTTP2) header then apply it as a column so that I have the name of the website in my display. Once that is done I can export the pcap as a CSV with the name of the websites include CSV.
My question is how do I do this in tshark? Especially for HTTP2. There's lot's of information on how to do this for HTTP.