summaryrefslogtreecommitdiffstats
path: root/examples/dumpdns.lua
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2023-12-10 09:45:31 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2023-12-10 09:45:31 +0000
commitf5b47f1a6e9048e72f1e3b0e0f7c03459e20ca66 (patch)
treeb0042536e5ff6047564d27d25470dcec2b92f258 /examples/dumpdns.lua
parentReleasing debian version 1.2.3-3. (diff)
downloaddnsjit-f5b47f1a6e9048e72f1e3b0e0f7c03459e20ca66.tar.xz
dnsjit-f5b47f1a6e9048e72f1e3b0e0f7c03459e20ca66.zip
Merging upstream version 1.3.0.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'examples/dumpdns.lua')
-rwxr-xr-xexamples/dumpdns.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/dumpdns.lua b/examples/dumpdns.lua
index 3b90034..3eab4f4 100755
--- a/examples/dumpdns.lua
+++ b/examples/dumpdns.lua
@@ -47,6 +47,10 @@ while true do
protocol = protocol.obj_prev
end
+ dns:reset()
+ if protocol ~= nil and protocol.obj_type == object.TCP then
+ dns.includes_dnslen = 1
+ end
dns.obj_prev = obj
if transport ~= nil and protocol ~= nil then
transport = transport:cast()