File: README.md

package info (click to toggle)
dnswire 0.4.0-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 552 kB
  • sloc: ansic: 3,615; makefile: 146; sh: 71
file content (14 lines) | stat: -rw-r--r-- 855 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# library for DNS encapsulations and transporting of them

[![Total alerts](https://img.shields.io/lgtm/alerts/g/DNS-OARC/dnswire.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/DNS-OARC/dnswire/alerts/) [![Bugs](https://sonarcloud.io/api/project_badges/measure?project=dns-oarc%3Adnswire&metric=bugs)](https://sonarcloud.io/dashboard?id=dns-oarc%3Adnswire) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=dns-oarc%3Adnswire&metric=security_rating)](https://sonarcloud.io/dashboard?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)