GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DNSTABLE(7)   DNSTABLE(7)

dnstable - encoding format, library, and utilities for passive DNS data

dnstable implements an encoding format for passive DNS data. It consists of a C library, libdnstable, and several command line utilities for creating, querying, and merging dnstable data files.

For details about how dnstable entries are encoded in data files, see dnstable-encoding(5).

The command line dnstable utilities are:

dnstable_dump(1)

Prints dnstable format files in text or JSON.

dnstable_lookup(1)

Searches dnstable data files.

dnstable_merge(1)

Merges multiple dnstable data files together.

The main interfaces provided by the dnstable library are:

dnstable_iter(3)

Provides a consistent interface for iterating over the data entries returned by other interfaces.

dnstable_entry(3)

Encapsulates the fields contained in individual data entries.

dnstable_query(3)

Encapsulates query parameters for searching a data source.

dnstable_reader(3)

Reads dnstable data from an mtbl source.

Also provided is the low-level dnstable_merge_func(3), a libmtbl-compatible merge function.

mtbl(7)
05/31/2018  

Search for    or go to Top of page |  Section 7 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.