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


DNSManager.h File Reference

#include "ErrorHandler.h"
#include "PeriodicThread.h"
#include "DNSAnswers.h"
#include <string>
#include <map>

Include dependency graph for DNSManager.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  KomodiaDNS::CDNSManager
struct  KomodiaDNS::CDNSManager::CDNSManager::_DNSData

Namespaces

namespace  KomodiaDNS

Defines

#define AFX_DNSMANAGER_H__4B050500_D65B_4CA1_A801_CA06418204E5__INCLUDED_
#define DNS_CLASS_INTERNET   1
#define DNS_CLASS_CSNET   2
#define DNS_CLASS_CHAOS   3
#define DNS_CLASS_HESIOD   4

Typedefs

typedef enum
KomodiaDNS::_DnsHeaderType 
KomodiaDNS::DnsHeaderType

Enumerations

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

Define Documentation

#define AFX_DNSMANAGER_H__4B050500_D65B_4CA1_A801_CA06418204E5__INCLUDED_

Definition at line 37 of file DNSManager.h.

#define DNS_CLASS_CHAOS   3

Definition at line 72 of file DNSManager.h.

#define DNS_CLASS_CSNET   2

Definition at line 71 of file DNSManager.h.

#define DNS_CLASS_HESIOD   4

Definition at line 73 of file DNSManager.h.

#define DNS_CLASS_INTERNET   1

Definition at line 70 of file DNSManager.h.