feat: dns header decoding

This commit is contained in:
Emi Aline Boucly 2025-08-23 18:51:10 +02:00
commit 01ed0bd7dd
4 changed files with 111 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"files.associations": {
"stdio.h": "c",
"netdb.h": "c"
}
}