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.cpp File Reference

#include "stdafx.h"
#include "DNSManager.h"
#include "ErrorHandlerMacros.h"
#include "Array_ptr.h"
#include "OSManager.h"
#include "GenericCriticalSection.h"
#include "GenericThread.h"
#include "ThreadPool.h"
#include "DNSSocket.h"
#include "DNSQuery.h"
#include <memory>

Include dependency graph for DNSManager.cpp:

Go to the source code of this file.


Namespaces

namespace  KomodiaDNS

Defines

#define CDNSManager_Class   "CDNSManager"
#define DELETE_TIME   120000

Define Documentation

#define CDNSManager_Class   "CDNSManager"

Definition at line 60 of file DNSManager.cpp.

#define DELETE_TIME   120000

Definition at line 62 of file DNSManager.cpp.