Updated Readme.

This commit is contained in:
John Shaver 2017-09-23 17:49:27 -07:00
parent 65c79313c8
commit a4a3e502e8
1 changed files with 9 additions and 1 deletions

View File

@ -1 +1,9 @@
# dnsparse
# 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