Example project to parse DNS headers in javascript.
Go to file
John Shaver 950e83c78d I actually like using hex better than decimal to represent binary values. 2017-09-27 13:55:50 -07:00
.gitignore Initial commit 2017-09-22 22:48:52 -07:00
README.md Catpured packet and inserting into ArrayBuffer. 2017-09-23 17:51:04 -07:00
data Catpured packet and inserting into ArrayBuffer. 2017-09-23 17:51:04 -07:00
encoded Catpured packet and inserting into ArrayBuffer. 2017-09-23 17:51:04 -07:00
index.htm Done with basic parser. 2017-09-25 15:22:52 -07:00
index.js I actually like using hex better than decimal to represent binary values. 2017-09-27 13:55:50 -07:00
package.json We need to deal with the tcpdump headers as well :eyeroll: 2017-09-25 11:06:36 -07:00

README.md

DNSparse

Playing around with parsing dns packets in Javascript.

ToDo

  • Import packet string into Arraybuffer
  • Parse the headers into a Javascript object
  • Test/Fix browser JS compatibility