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


_IpHeader Struct Reference

#include <SpoofSocket.h>

Collaboration diagram for _IpHeader:

List of all members.


Public Attributes

unsigned char ucHeaderLength_Version
unsigned char ucTypeOfService
unsigned short usTotalLength
unsigned short usIdentification
unsigned short usFragmentationFlags
unsigned char ucTTL
unsigned char ucProtocol
unsigned short usChecksum
unsigned long ulSourceAddress
unsigned long ulDestinationAddress

Detailed Description

Definition at line 303 of file SpoofSocket.h.


Member Data Documentation

Definition at line 305 of file SpoofSocket.h.

unsigned char _IpHeader::ucProtocol

Definition at line 311 of file SpoofSocket.h.

unsigned char _IpHeader::ucTTL

Definition at line 310 of file SpoofSocket.h.

Definition at line 306 of file SpoofSocket.h.

Definition at line 315 of file SpoofSocket.h.

Definition at line 314 of file SpoofSocket.h.

unsigned short _IpHeader::usChecksum

Definition at line 312 of file SpoofSocket.h.

Definition at line 309 of file SpoofSocket.h.

Definition at line 308 of file SpoofSocket.h.

unsigned short _IpHeader::usTotalLength

Definition at line 307 of file SpoofSocket.h.


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