Closed gabhijit closed 8 months ago
While pasting the DNS packet here: https://hpd.gasmi.net/ , it seems to be an invalid packet. To make it valid, I had to remove the bytes at positions 12 and 13(00 00
). After which I'm getting the same error as above.
@aadilshabier : These were packet dumps from one of the PCAP captures on my machine. I am not very sure whether the packets are correct or not, but since they are sent by some program, likely they are correct.
My suspicion is somewhere in the name compression, there might still be a bug lurking.
Fixed by changes in #35
During dissection of DNS packets, it appears that the packet is alright and data is also available but we get
TooShort
Error. Below is the dump of the Error and the data