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


_TCPHeader Struct Reference

#include <TCPSocket.h>

Collaboration diagram for _TCPHeader:

List of all members.


Public Attributes

unsigned short usSourcePort
unsigned short usDestinationPort
unsigned long ulSequenceNumber
unsigned long ulAcknowledgeNumber
unsigned char ucDataOffset
unsigned char ucFlags
unsigned short usWindows
unsigned short usChecksum
unsigned short usUrgentPointer

Detailed Description

Definition at line 55 of file TCPSocket.h.


Member Data Documentation

unsigned char _TCPHeader::ucDataOffset

Definition at line 61 of file TCPSocket.h.

unsigned char _TCPHeader::ucFlags

Definition at line 62 of file TCPSocket.h.

Definition at line 60 of file TCPSocket.h.

Definition at line 59 of file TCPSocket.h.

unsigned short _TCPHeader::usChecksum

Definition at line 64 of file TCPSocket.h.

Definition at line 58 of file TCPSocket.h.

unsigned short _TCPHeader::usSourcePort

Definition at line 57 of file TCPSocket.h.

Definition at line 65 of file TCPSocket.h.

unsigned short _TCPHeader::usWindows

Definition at line 63 of file TCPSocket.h.


The documentation for this struct was generated from the following file: