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


DNSParser.cpp File Reference

#include "stdafx.h"
#include "DNSParser.h"
#include "ErrorHandlerMacros.h"
#include "Array_ptr.h"

Include dependency graph for DNSParser.cpp:

Go to the source code of this file.


Namespaces

namespace  KomodiaDNS

Defines

#define CDNSParser_Class   "CDNSParser"
#define MAX_REPLY   2000
#define MAX_DOMAIN_SIZE   1024

Define Documentation

#define CDNSParser_Class   "CDNSParser"

Definition at line 51 of file DNSParser.cpp.

#define MAX_DOMAIN_SIZE   1024

Definition at line 54 of file DNSParser.cpp.

#define MAX_REPLY   2000

Definition at line 53 of file DNSParser.cpp.