Updated readme.
This commit is contained in:
parent
950e83c78d
commit
1aa2be0c2d
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -4,6 +4,12 @@ Playing around with parsing dns packets in Javascript.
|
|||
|
||||
## ToDo
|
||||
- [x] Import packet string into Arraybuffer
|
||||
- [ ] Parse the headers into a Javascript object
|
||||
- [ ] Test/Fix browser JS compatibility
|
||||
- [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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue