mafintosh / dns-packet

An abstract-encoding compliant module for encoding / decoding DNS packets
MIT License
207 stars 71 forks source link

Flush bit and class #28

Closed richardschneider closed 6 years ago

richardschneider commented 6 years ago

In a response, when the flush bit is set the class was always `Unknown_xxx'.

Need to mask the class bits before converting to a string.