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


TCPSocket.h File Reference

#include "SpoofSocket.h"

Include dependency graph for TCPSocket.h:

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

Go to the source code of this file.


Classes

struct  _TCPHeader
class  CTCPOptions
class  CTCPSocket

Defines

#define AFX_TCPSOCKET_H__77DA7F21_291E_4C2A_B12B_535ABA1E829C__INCLUDED_
#define TCPHeaderLength   sizeof(TCPHeader)
#define TCPFlag_URG   0x20
#define TCPFlag_ACK   0x10
#define TCPFlag_PSH   0x08
#define TCPFlag_RST   0x04
#define TCPFlag_SYN   0x02
#define TCPFlag_FYN   0x01
#define TCPOptions_END   0
#define TCPOptions_NO_OPERATION   1
#define TCPOptions_MAX_Segment   2
#define TCPOptions_MAX_Segment_Length   4

Typedefs

typedef
KOMODIA_NAMESPACE_START struct
_TCPHeader 
TCPHeader
typedef TCPHeader FAR * LPTCPHeader

Define Documentation

#define AFX_TCPSOCKET_H__77DA7F21_291E_4C2A_B12B_535ABA1E829C__INCLUDED_

Definition at line 37 of file TCPSocket.h.

#define TCPFlag_ACK   0x10

Definition at line 74 of file TCPSocket.h.

#define TCPFlag_FYN   0x01

Definition at line 78 of file TCPSocket.h.

#define TCPFlag_PSH   0x08

Definition at line 75 of file TCPSocket.h.

#define TCPFlag_RST   0x04

Definition at line 76 of file TCPSocket.h.

#define TCPFlag_SYN   0x02

Definition at line 77 of file TCPSocket.h.

#define TCPFlag_URG   0x20

Definition at line 73 of file TCPSocket.h.

#define TCPHeaderLength   sizeof(TCPHeader)

Definition at line 70 of file TCPSocket.h.

#define TCPOptions_END   0

Definition at line 81 of file TCPSocket.h.

#define TCPOptions_MAX_Segment   2

Definition at line 83 of file TCPSocket.h.

#define TCPOptions_MAX_Segment_Length   4

Definition at line 86 of file TCPSocket.h.

#define TCPOptions_NO_OPERATION   1

Definition at line 82 of file TCPSocket.h.


Typedef Documentation

typedef TCPHeader FAR* LPTCPHeader

Definition at line 68 of file TCPSocket.h.

typedef KOMODIA_NAMESPACE_START struct _TCPHeader TCPHeader