adulau / pdns-qof

Passive DNS Common Output Format
https://datatracker.ietf.org/doc/draft-dulaunoy-dnsop-passive-dns-cof/
36 stars 15 forks source link

XML formatting fixes #31

Closed wkumari closed 5 months ago

wkumari commented 5 months ago

XML Formatting fixes

Commit 1 is mostly just the result of xmllint --format Commit 2 is more extensive, but much of it is simply splitting long lines, whitespace cleanup, etc.

Probably easiest is just to review the generated .TXT file; reading diffs of XML to grok formatting changes is an awful job, but the generated .txt is basically unchanged (modulo the whitespace / line length)

adulau commented 5 months ago

Thank you!