dns-header-parser/README.md

16 lines
362 B
Markdown
Raw Normal View History

2017-09-24 00:49:27 +00:00
# DNSparse
Playing around with parsing dns packets in Javascript.
## ToDo
- [x] Import packet string into Arraybuffer
2017-09-27 21:17:06 +00:00
- [x] Parse the headers into a Javascript object
- [x] 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.
2017-09-24 00:49:27 +00:00