Variable Question.qname

A domain name represented as a sequence of labels, where each label consists of a length octet followed by that number of octets. The domain name terminates with the zero length octet for the null label of the root. Note that this field may be an odd number of octets; no padding is used.

struct Question
{
  // ...
  Domain qname ;
  // ...
}