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


_ICMPHeader Struct Reference

#include <ICMPSocket.h>

Collaboration diagram for _ICMPHeader:

List of all members.


Public Attributes

unsigned char ucICMPType
unsigned char ucICMPCode
unsigned short usICMPChecksum
union {
   struct {
      unsigned char   uc1
      unsigned char   uc2
      unsigned char   uc3
      unsigned char   uc4
   }   sUC
   struct {
      unsigned short   us1
      unsigned short   us2
   }   sUS
   unsigned long   sUL
sICMP
unsigned long ulICMP_Originate_Timestamp
unsigned long ulICMP_Receive_Timestamp
unsigned long ulICMP_Transmit_Timestamp

Detailed Description

Definition at line 48 of file ICMPSocket.h.


Member Data Documentation

union { ... } _ICMPHeader::sICMP

struct { ... } _ICMPHeader::sUC

unsigned long _ICMPHeader::sUL

Definition at line 57 of file ICMPSocket.h.

struct { ... } _ICMPHeader::sUS

unsigned char _ICMPHeader::uc1

Definition at line 55 of file ICMPSocket.h.

unsigned char _ICMPHeader::uc2

Definition at line 55 of file ICMPSocket.h.

unsigned char _ICMPHeader::uc3

Definition at line 55 of file ICMPSocket.h.

unsigned char _ICMPHeader::uc4

Definition at line 55 of file ICMPSocket.h.

unsigned char _ICMPHeader::ucICMPCode

Definition at line 51 of file ICMPSocket.h.

unsigned char _ICMPHeader::ucICMPType

Definition at line 50 of file ICMPSocket.h.

Definition at line 59 of file ICMPSocket.h.

Definition at line 60 of file ICMPSocket.h.

Definition at line 61 of file ICMPSocket.h.

unsigned short _ICMPHeader::us1

Definition at line 56 of file ICMPSocket.h.

unsigned short _ICMPHeader::us2

Definition at line 56 of file ICMPSocket.h.

Definition at line 52 of file ICMPSocket.h.


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