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


Interfaces.cpp File Reference

#include "stdafx.h"
#include "Interfaces.h"
#include "ErrorHandlerMacros.h"

Include dependency graph for Interfaces.cpp:

Go to the source code of this file.


Defines

#define CInterfaces_Class   "CInterfaces"
#define CHECK_POSITION(METHOD_NAME, RETURN_VALUE)

Define Documentation

#define CHECK_POSITION ( METHOD_NAME,
RETURN_VALUE   ) 

Value:

if (m_iPosition>=m_iStructures)\
    {\
        ReportError(METHOD_NAME,"Passed over!");\
        return RETURN_VALUE;\
    }

Definition at line 50 of file Interfaces.cpp.

#define CInterfaces_Class   "CInterfaces"

Definition at line 49 of file Interfaces.cpp.