Commit graph

34 commits

Author SHA1 Message Date
b9015b2c55
ask for json in dns_record 2023-06-19 22:33:05 +02:00
9ec05b3aba
fix issue with double backslash 2023-06-19 22:27:11 +02:00
9525c64917
WIP: parse dns packet 2023-06-19 21:52:39 +02:00
0166c01eba
json compatible for debugging 2023-06-19 20:44:32 +02:00
7cfb6f83ac
debug function now returns string instead of directly printing to stdout 2023-06-19 20:31:27 +02:00
10347ad517
type annotation 2023-06-19 20:30:47 +02:00
d4374ac2da
move reader to the top of the file 2023-06-19 20:10:00 +02:00
7ced5c1222
parse record 2023-06-19 20:03:27 +02:00
ae1c021d96
add int (4bytes) unpacker 2023-06-19 20:03:07 +02:00
eb7bb4e068
better print 2023-06-19 20:02:57 +02:00
e3f13fea3b
implement compression support 2023-06-19 19:38:35 +02:00
4c7f0a237a
i think its 2 bytes 2023-06-14 18:53:13 +02:00
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