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


DNSQuery.h File Reference

#include "ErrorHandler.h"
#include <vector>

Include dependency graph for DNSQuery.h:

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

Go to the source code of this file.


Classes

struct  KomodiaDNS::_DnsQuestionHeader
class  KomodiaDNS::CDNSQuery

Namespaces

namespace  KomodiaDNS

Defines

#define DnsQuestionHeaderLength   sizeof(DnsQuestionHeader)
#define DnsQuestionCopyHeader   sizeof(unsigned short)*2

Typedefs

typedef struct
KomodiaDNS::_DnsQuestionHeader 
KomodiaDNS::DnsQuestionHeader
typedef DnsQuestionHeader FAR * KomodiaDNS::LPDnsQuestionHeader

Define Documentation

#define DnsQuestionCopyHeader   sizeof(unsigned short)*2

Definition at line 59 of file DNSQuery.h.

#define DnsQuestionHeaderLength   sizeof(DnsQuestionHeader)

Definition at line 57 of file DNSQuery.h.