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::_DnsRRHeader Struct Reference

#include <DNSAnswer.h>

Collaboration diagram for KomodiaDNS::_DnsRRHeader:

List of all members.


Public Member Functions

 _DnsRRHeader ()

Public Attributes

std::string sName
unsigned short usType
unsigned short usClass
unsigned long ulTTL
unsigned short usRdlLength
std::string sData

Detailed Description

Definition at line 47 of file DNSAnswer.h.


Constructor & Destructor Documentation

KomodiaDNS::_DnsRRHeader::_DnsRRHeader (  )  [inline]

Definition at line 57 of file DNSAnswer.h.

00057                    : usType(0),
00058                      usClass(0),
00059                      ulTTL(0),
00060                      usRdlLength(0)
00061     {
00062     }


Member Data Documentation

Definition at line 54 of file DNSAnswer.h.

Definition at line 49 of file DNSAnswer.h.

Definition at line 52 of file DNSAnswer.h.

Definition at line 51 of file DNSAnswer.h.

Definition at line 53 of file DNSAnswer.h.

Definition at line 50 of file DNSAnswer.h.


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