Updates to improve mDNS support #2
|
@ -198,6 +198,7 @@ pdns.unpack = function (ab) {
|
||||||
q.rdlength = dv.getUint16(total, false);
|
q.rdlength = dv.getUint16(total, false);
|
||||||
total += 2;
|
total += 2;
|
||||||
|
|
||||||
|
q.class &= 0x7fff;
|
||||||
q.className = classes[q.class];
|
q.className = classes[q.class];
|
||||||
q.typeName = types[q.type];
|
q.typeName = types[q.type];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue