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::_DnsHeaderHeader Struct Reference

#include <DNSAnswers.h>

Collaboration diagram for KomodiaDNS::_DnsHeaderHeader:

List of all members.


Public Member Functions

 _DnsHeaderHeader ()

Public Attributes

unsigned short usID
unsigned short usOptions
unsigned short usQDCount
unsigned short usANCount
unsigned short usNSCount
unsigned short usARCount

Detailed Description

Definition at line 51 of file DNSAnswers.h.


Constructor & Destructor Documentation

KomodiaDNS::_DnsHeaderHeader::_DnsHeaderHeader (  )  [inline]

Definition at line 61 of file DNSAnswers.h.

00061                        : usID(0),
00062                          usOptions(0),
00063                          usQDCount(0),
00064                          usANCount(0),
00065                          usNSCount(0),
00066                          usARCount(0)
00067     {
00068     }


Member Data Documentation

Definition at line 56 of file DNSAnswers.h.

Definition at line 58 of file DNSAnswers.h.

Definition at line 53 of file DNSAnswers.h.

Definition at line 57 of file DNSAnswers.h.

Definition at line 54 of file DNSAnswers.h.

Definition at line 55 of file DNSAnswers.h.


The documentation for this struct was generated from the following file: