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


UDPSocket.h File Reference

#include "SpoofSocket.h"

Include dependency graph for UDPSocket.h:

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

Go to the source code of this file.


Classes

struct  _UDPHeader
class  CUDPSocket

Defines

#define AFX_UDPSOCKET_H__B6FDDD18_19E2_4E61_A04E_CC6DD8583966__INCLUDED_
#define UDPHeaderLength   sizeof(UDPHeader)

Typedefs

typedef
KOMODIA_NAMESPACE_START struct
_UDPHeader 
UDPHeader
typedef UDPHeader FAR * LPUDPHeader

Define Documentation

#define AFX_UDPSOCKET_H__B6FDDD18_19E2_4E61_A04E_CC6DD8583966__INCLUDED_

Definition at line 37 of file UDPSocket.h.

#define UDPHeaderLength   sizeof(UDPHeader)

Definition at line 57 of file UDPSocket.h.


Typedef Documentation

typedef UDPHeader FAR* LPUDPHeader

Definition at line 55 of file UDPSocket.h.

typedef KOMODIA_NAMESPACE_START struct _UDPHeader UDPHeader