LookupServer: Move DNS related code into new LibDNS library

This allows other code to use the DNSPacket class, e.g. when sent
over IPC.
This commit is contained in:
Tom 2022-04-12 23:25:07 -06:00 committed by Linus Groh
commit be4a4144f2
Notes: sideshowbarker 2024-07-17 11:47:26 +09:00
17 changed files with 51 additions and 40 deletions

View file

@ -5,7 +5,6 @@
*/
#include "MulticastDNS.h"
#include "DNSPacket.h"
#include <AK/IPv4Address.h>
#include <AK/JsonArray.h>
#include <AK/JsonObject.h>