dns-header-parser/README.md

492 B

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 start

To view in the browser, open index.html in your browser and look at the console output.

The raw packet that is parsed has also been saved as ./data, if you would like to look at it.