meta data for this page
Wireshark
tshark -nr <your_capture.cap> -Y "dns.flags.response == 0" -T fields -e dns.qry.name -e dns.qry | sort | uniq -c
jump to: Search / User Tools / Main Content / Change Content Width
E-Bärs Xopedia
tshark -nr <your_capture.cap> -Y "dns.flags.response == 0" -T fields -e dns.qry.name -e dns.qry | sort | uniq -c