dns_debug.h
Go to the documentation of this file.
48 size_t dnsDumpResourceRecord(const DnsHeader *message, size_t length, size_t pos, char_t *buffer);
size_t dnsDumpResourceRecord(const DnsHeader *message, size_t length, size_t pos, char_t *buffer)
Dump DNS resource record for debugging purpose.
Definition: dns_debug.c:223
size_t dnsDumpQuestion(const DnsHeader *message, size_t length, size_t pos, char_t *buffer)
Dump DNS question for debugging purpose.
Definition: dns_debug.c:170
void dnsDumpMessage(const DnsHeader *message, size_t length)
Dump DNS message for debugging purpose.
Definition: dns_debug.c:52
TCP/IP stack core.
Common DNS routines.
Debugging facilities.