tvl-depot/lisp/dns
Vincent Ambo 1440fc0dd7 feat(lisp/dns): Implement qname compression parsing
Implements support for the compresion scheme used in binary DNS
messages.

This makes it possible to decode messages entirely, but not yet
actually resolve the labels to their "real" values.

All qnames are stored with file-offsets pointing at the position at
which their reading started, which enables the implementation of a
function to resolve pointers internally.
2020-01-26 18:27:35 +00:00
..
client.lisp refactor(lisp/dns): Split package into multiple files 2020-01-26 01:20:45 +00:00
default.nix refactor(lisp/dns): Split package into multiple files 2020-01-26 01:20:45 +00:00
message.lisp feat(lisp/dns): Implement qname compression parsing 2020-01-26 18:27:35 +00:00
package.lisp refactor(lisp/dns): Split package into multiple files 2020-01-26 01:20:45 +00:00