mafintosh / dns-packet

An abstract-encoding compliant module for encoding / decoding DNS packets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add packet encode/decode support for stream protocols (TCP, TCP over TLS).

pusateri opened this issue · comments

There is a two byte length field that proceeds the message when sent over stream protocols like TCP as defined in RFC 1035. I have a patch for this I will submit as a pull request.