https://github.com/dns-oarc/dnswire
Moved to https://codeberg.org/DNS-OARC/dnswire
https://github.com/dns-oarc/dnswire
dns dnstap
Last synced: 3 months ago
JSON representation
Moved to https://codeberg.org/DNS-OARC/dnswire
- Host: GitHub
- URL: https://github.com/dns-oarc/dnswire
- Owner: DNS-OARC
- License: lgpl-3.0
- Created: 2019-11-14T15:45:50.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2025-09-03T08:23:54.000Z (10 months ago)
- Last Synced: 2025-09-03T10:21:33.181Z (10 months ago)
- Topics: dns, dnstap
- Language: C
- Homepage:
- Size: 193 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
# NOTE: Moved to https://codeberg.org/DNS-OARC/dnswire
# library for DNS encapsulations and transporting of them
[](https://sonarcloud.io/summary/new_code?id=dns-oarc%3Adnswire) [](https://sonarcloud.io/summary/new_code?id=dns-oarc%3Adnswire)
**Currently Work in Progress!**
A C library for encoding/decoding different DNS encapsulations and
transporting them over different protocols.
Supported encapsulations:
- [DNSTAP](http://dnstap.info) using Protobuf
Currently supports:
- Frame Streams using [tinyframe](https://codeberg.org/DNS-OARC/tinyframe)