From 571e4959cfff207e8192587071beb099e169eca8 Mon Sep 17 00:00:00 2001 From: westley Date: Sat, 4 Mar 2017 17:10:25 -0700 Subject: [PATCH] soa packer and parser --- packer/type.soa.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packer/type.soa.js diff --git a/packer/type.soa.js b/packer/type.soa.js new file mode 100644 index 0000000..7099853 --- /dev/null +++ b/packer/type.soa.js @@ -0,0 +1,10 @@ +(function (exports) { +'use strict'; + + +exports.DNS_PACKER_TYPE_SOA = function (ab, dv, total, record) { + + return total; +}; + +}('undefined' !== typeof window ? window : exports));