E-MailRelay
|
An implementation class used by GNet::DnsMessage to parse compressed domain names. More...
#include <gdnsmessage.h>
Static Public Member Functions | |
static unsigned int | size (const DnsMessage &msg, unsigned int) |
Returns the size of the compressed name at the given offset. More... | |
static std::string | read (const DnsMessage &msg, unsigned int) |
Returns the decompressed domain name at the given offset, made up of the labels with dots inbetween. More... | |
An implementation class used by GNet::DnsMessage to parse compressed domain names.
Definition at line 340 of file gdnsmessage.h.
|
static |
Returns the decompressed domain name at the given offset, made up of the labels with dots inbetween.
Definition at line 364 of file gdnsmessage.cpp.
|
static |
Returns the size of the compressed name at the given offset.
Definition at line 346 of file gdnsmessage.cpp.