1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-20 11:32:12 +00:00
Commit graph

3 commits

Author SHA1 Message Date
Tim Ledbetter
4e3b59a4bb LibDNS: Prefer spans over raw pointers when parsing DNS packets
This means we don't have to keep track of the pointer and size
separately.
2023-11-08 09:38:36 +01:00
Tim Schumacher
87c64834ca LibDNS: Use AllocatingMemoryStream in DNS package construction 2023-01-13 18:41:05 -07:00
Tom
49de4d5f33 LibDNS: Remove the 'DNS' prefix from the various type and class names
Since all types and class names live in the DNS namespace, we don't
need to spell it out twice each time.
2022-04-15 16:34:26 +01:00
Renamed from Userland/Libraries/LibDNS/DNSPacket.h (Browse further)