https://github.com/DNS-OARC/dnswire
library for DNS encapsulations
https://github.com/DNS-OARC/dnswire
dns dnstap
Last synced: about 1 year ago
JSON representation
library for DNS encapsulations
- 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: 2024-11-11T15:17:27.000Z (over 1 year ago)
- Last Synced: 2025-03-21T15:53:54.502Z (about 1 year ago)
- Topics: dns, dnstap
- Language: C
- Homepage:
- Size: 189 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
# 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://github.com/DNS-OARC/tinyframe)