From a4a3e502e8cf29645458835631e030c93689df3a Mon Sep 17 00:00:00 2001 From: John Shaver Date: Sat, 23 Sep 2017 17:49:27 -0700 Subject: [PATCH] Updated Readme. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 +