[s6-dns/skadns] It's not documented anywhere, so I shall ask here - how does one go from the char const *skadns_packet of length skadns_packetlen to the actual answers one has received from the DNS?
From: Ellenor Bjornsdottir <ellenor_at_umbrellix.net>
Date: Sun, 2 Oct 2022 16:05:52 +0000
just to check my logic here - is my program supposed to remember the
type of query it made so it can stuff the packet into the appropriate
parsing function? I'm already set up to do that, I'm just trying to
check my logic.