diff --git a/README.md b/README.md index 2b302b4..b169252 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# dnsparse \ No newline at end of file +# 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 +