How to filter for DNS "A" responses in Wireshark
In Wireshark, you can filter for DNS packets with an A
(IPv4 record) response type using the
dns.resp.type == 1
filter. 1
is the binary code for the A
response.
In particular, this will filter out NXDOMAIN
responses that might clutter your view.