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


TCPRelay.cpp File Reference

#include "stdafx.h"
#include "TCPRelay.h"
#include "ErrorHandlerMacros.h"
#include "GenericCriticalSection.h"
#include "OSManager.h"

Include dependency graph for TCPRelay.cpp:

Go to the source code of this file.


Defines

#define CAcceptSocket_Class   "CAcceptSocket"
#define CClientSocket_Class   "CClientSocket"
#define CTCPRelay_Class   "CTCPRelay"

Define Documentation

#define CAcceptSocket_Class   "CAcceptSocket"

Definition at line 53 of file TCPRelay.cpp.

#define CClientSocket_Class   "CClientSocket"

Definition at line 140 of file TCPRelay.cpp.

#define CTCPRelay_Class   "CTCPRelay"

Definition at line 451 of file TCPRelay.cpp.