December 2013
Intermediate to advanced
452 pages
9h 45m
English
DNS is a protocol responsible for resolving names to the IP addresses. In this recipe, we will learn how to filter important parameters that are related to the DNS service.
When suspecting a network problem, port mirror the suspected server or install Wireshark on it, then, start capturing the data.
There are some common filters that will assist you in troubleshooting DNS problems. The common display filters are given as follows:
dns.dns.flags.response == 0dns.flags.response == 1Read now
Unlock full access