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


UDPRelay.cpp File Reference

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

Include dependency graph for UDPRelay.cpp:

Go to the source code of this file.


Defines

#define CListenSocket_Class   "CListenSocket"
#define CClientSocket_Class   "CClientSocket"
#define CUDPRelay_Class   "CUDPRelay"

Define Documentation

#define CClientSocket_Class   "CClientSocket"

Definition at line 117 of file UDPRelay.cpp.

#define CListenSocket_Class   "CListenSocket"

Definition at line 53 of file UDPRelay.cpp.

#define CUDPRelay_Class   "CUDPRelay"

Definition at line 244 of file UDPRelay.cpp.