From 1a0fbd3f9d046cd26b2e61b2073eae6fe1a10c24 Mon Sep 17 00:00:00 2001 From: John Shaver Date: Mon, 17 Sep 2018 16:52:10 -0700 Subject: [PATCH] Update readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2951e67..98ab6fc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# DNSparse +# DNS Header Parsing in javascript -Playing around with parsing dns packets in Javascript. +Sample code parsing dns headers in javascript. I wrote this at the request of a potential employer during the interview process. Not really a usuable module, but this was specifically what they wanted to see. ## ToDo - [x] Import packet string into Arraybuffer