Example project to parse DNS headers in javascript.
Go to file
John Shaver a4a3e502e8 Updated Readme. 2017-09-23 17:49:27 -07:00
.gitignore Initial commit 2017-09-22 22:48:52 -07:00
README.md Updated Readme. 2017-09-23 17:49:27 -07:00
package.json inital commit. 2017-09-23 17:43:17 -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