Extract fields to columns tshark
Pull selected fields as a tabular header-prefixed table; pipe to awk/csv tooling
tshark -r cap.pcap -Y http.request -T fields -e ip.src -e http.host -e http.request.uri -E header=y
more tshark
all 4 commands →