Retail products


Traffic interception SDK

Control every TCP/IP network connection

  • Route connections via proxy
  • Redirect connections and modify the data
  • Block connections and applications
SSL interception SDK

View SSL in plaintext and modify it

  • View the SSL stream decrypted in plaintext
  • Redirect SSL connection and modify decrypted data
  • Browser shows "SSL lock" without warnings

Documentation


KomodiaDNS::_DNSSOARecord Struct Reference

#include <DNSAnswer.h>

Collaboration diagram for KomodiaDNS::_DNSSOARecord:

List of all members.


Public Member Functions

 _DNSSOARecord ()

Public Attributes

std::string sPrimaryNameServer
std::string sAuthorativeMailbox
unsigned long ulVersionNumber
unsigned long ulRefreshInterval
unsigned long ulRetryInterval
unsigned long ulExpirationLimit
unsigned long ulMinimumTTL

Detailed Description

Definition at line 68 of file DNSAnswer.h.


Constructor & Destructor Documentation

KomodiaDNS::_DNSSOARecord::_DNSSOARecord (  )  [inline]

Definition at line 79 of file DNSAnswer.h.

00079                     : ulVersionNumber(0),
00080                       ulRefreshInterval(0),
00081                       ulRetryInterval(0),
00082                       ulExpirationLimit(0),
00083                       ulMinimumTTL(0)
00084     {
00085     }


Member Data Documentation

Definition at line 71 of file DNSAnswer.h.

Definition at line 70 of file DNSAnswer.h.

Definition at line 75 of file DNSAnswer.h.

Definition at line 76 of file DNSAnswer.h.

Definition at line 73 of file DNSAnswer.h.

Definition at line 74 of file DNSAnswer.h.

Definition at line 72 of file DNSAnswer.h.


The documentation for this struct was generated from the following file: