mirror of
https://github.com/adulau/pdns-qof.git
synced 2024-11-22 18:17:04 +00:00
65a1317cd1
Added testdata/
292 B
292 B
Example python parser
This little package can parse the Passive DNS Common Output Format (COF) and validate it. It is given as example code.
- cofparser.py ... a manually written parser for the COF format
- cofparser_jsonschema.py .... one which uses the JSON schema to validate.