Example project to parse DNS headers in javascript.
.gitignore | ||
data | ||
encoded | ||
index.htm | ||
index.js | ||
package.json | ||
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
To see the parsed result of the packet, clone the repo and :
npm install && npm run
To view in the browser, open index.html
in your browser.