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 Namespace Reference


Classes

struct  _DnsRRHeader
struct  _DNSSOARecord
class  CDNSAnswer
struct  _DnsHeaderHeader
class  CDNSAnswers
class  CDNSManager
class  CDNSParser
struct  _DnsQuestionHeader
class  CDNSQuery
class  CDNSSocket
class  CDNSTCPSocket
class  CDNSUDPSocket

Typedefs

typedef struct
KomodiaDNS::_DnsRRHeader 
DnsRRHeader
typedef DnsRRHeader FAR * LPDnsRRHeader
typedef struct
KomodiaDNS::_DNSSOARecord 
DNSSOARecord
typedef struct
KomodiaDNS::_DnsHeaderHeader 
DnsHeaderHeader
typedef DnsHeaderHeader FAR * LPDnsHeaderHeader
typedef enum
KomodiaDNS::_DnsHeaderType 
DnsHeaderType
typedef struct
KomodiaDNS::_DnsQuestionHeader 
DnsQuestionHeader
typedef DnsQuestionHeader FAR * LPDnsQuestionHeader

Enumerations

enum  _DnsHeaderType {
  dhQuestion, dhAnswer, dhAuthoritive, dhAdditional,
  dhNone
}

Typedef Documentation

Definition at line 71 of file DNSAnswers.h.

Definition at line 55 of file DNSQuery.h.

Definition at line 65 of file DNSAnswer.h.


Enumeration Type Documentation

Enumerator:
dhQuestion 
dhAnswer 
dhAuthoritive 
dhAdditional 
dhNone 

Definition at line 60 of file DNSManager.h.

00061 {
00062     dhQuestion,
00063     dhAnswer,
00064     dhAuthoritive,
00065     dhAdditional,
00066     dhNone
00067 } DnsHeaderType;