From 7ed1e7c3d80494cc86df665cab5eafc1c8abd5a7 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 29 Sep 2017 18:23:03 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8ce807..4937540 100644 --- a/README.md +++ b/README.md @@ -100,9 +100,11 @@ When installed globally you can use these commands: dns-parse.js [out.json] # parses a saved DNS packet to JSON dns-pack.js [out.bin] # packs a JSON DNS packet to binary dns-test.js # convert a packet back and forth to test reciprocity of the packer and parser -mdns-capture.js [startnum] # listen and save all mDNS packets, numbering by sequence of arrival ``` +For **capturing packets** you should use [`dig.js`](https://git.daplie.com/Daplie/dig.js#options) with the `--output` option. +It can capture mDNS as well. See . + You can also access them directly from `node_modules/dns-suite` in a project: ```bash From 5b99427102fe84dd7cfda7b06c399482b3531bb4 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 2 Oct 2017 11:31:15 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4937540..1ff620b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ dns-suite ======== +| **dns-suite** | [dig.js](https://git.daplie.com/Daplie/dig.js) | [digd.js](https://git.daplie.com/Daplie/digd.js) | + Fast, lightweight, and easy-to-extend **pure JavaScript** (ES5.1) implementation for DNS / mDNS. Works great in **Web Browsers** and in node.js!