Commit graph

22 commits

Author SHA1 Message Date
121e93e0a0
detect the compressed stuff, actually returns bad data, but at least it doesnt crash, add the python code of the guide too so ik what i need to do 2023-06-14 18:52:17 +02:00
4951920f67
use of a reader so we always store the full data content when parsing response, using a pointer logic 2023-06-14 18:41:43 +02:00
7a5fd1e472
starting dns record parsing 2023-06-14 16:54:55 +02:00
bf337663df
factorization 2023-06-14 16:37:30 +02:00
98f2058da6
Add debugging stuff 2023-06-14 16:35:14 +02:00
278c9e5e17
use char_of_int 2023-06-14 16:35:03 +02:00
2fa8f1083b
parse the question 2023-06-14 16:34:49 +02:00
1e41cd5dde
arg name 2023-06-13 02:37:33 +02:00
e15431d04e
add parser header 2023-06-13 02:36:32 +02:00
d7c4b781c5
part 1 done! 2023-06-11 10:54:58 +02:00
ce7585ac6c
Add query building 2023-06-05 21:44:44 +02:00
6a7042fe6d
fix question issue 2023-06-05 21:44:29 +02:00
1e1ee73fbc
fix issue with the question to byte 2023-06-05 21:23:53 +02:00
b16cf6df7c
add a test 2023-06-05 20:46:02 +02:00
53668483bb
simplify question to bytes 2023-06-05 20:42:05 +02:00
a8bbd69b7e
split up files 2023-06-05 20:38:10 +02:00
f5458a4b8c
rename file for vscode 2023-06-05 20:27:32 +02:00
cd9fed4b99
run test (the same as the guide) 2023-06-05 19:57:20 +02:00
3f0cf9974e
add lib deps 2023-06-05 19:57:07 +02:00
a13c15214d
add dns_header, question, bytes to string, header and question to bytes and encode dns name 2023-06-05 19:56:59 +02:00
a89bc63dbb
readme! 2023-06-05 17:29:47 +02:00
91fb3744b8
initializa project 2023-06-05 17:28:44 +02:00