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


ICMPSocket.h File Reference

#include "SpoofSocket.h"

Include dependency graph for ICMPSocket.h:

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

Go to the source code of this file.


Classes

struct  _ICMPHeader
class  CICMPSocket

Defines

#define AFX_ICMPSOCKET_H__543E6F8C_42FA_4317_B799_0056E8B44467__INCLUDED_
#define ICMPHeaderLength   sizeof(ICMPHeader)
#define ICMP_DATA_SIZE   8
#define ICMP_Unreachable   3
#define ICMP_Unreachable_SIZE   8
#define ICMP_Unreachable_NET   0
#define ICMP_Unreachable_HOST   1
#define ICMP_Unreachable_PROTOCOL   2
#define ICMP_Unreachable_PORT   3
#define ICMP_Unreachable_FRAGMENTATION   4
#define ICMP_Unreachable_SOURCE   5
#define ICMP_Time   11
#define ICMP_Time_TRANSIT   0
#define ICMP_Time_FRAGMENT   1
#define ICMP_Parameter   12
#define ICMP_Parameter_ERROR   0
#define ICMP_Quench   4
#define ICMP_Redirect   5
#define ICMP_Redirect_NETWORK   0
#define ICMP_Redirect_HOST   1
#define ICMP_Redirect_SERVICE_NETWORK   2
#define ICMP_Redirect_SERVICE_HOST   3
#define ICMP_Echo   8
#define ICMP_Echo_Reply   0
#define ICMP_Timestamp   13
#define ICMP_Timestamp_Reply   14
#define ICMP_Information   15
#define ICMP_Information_Reply   16
#define ICMP_Information_SIZE   8
#define ICMP_BUF   100

Typedefs

typedef
KOMODIA_NAMESPACE_START struct
_ICMPHeader 
ICMPHeader
typedef ICMPHeader FAR * LPICMPHeader

Define Documentation

#define AFX_ICMPSOCKET_H__543E6F8C_42FA_4317_B799_0056E8B44467__INCLUDED_

Definition at line 37 of file ICMPSocket.h.

#define ICMP_BUF   100

Definition at line 119 of file ICMPSocket.h.

#define ICMP_DATA_SIZE   8

Definition at line 69 of file ICMPSocket.h.

#define ICMP_Echo   8

Definition at line 105 of file ICMPSocket.h.

#define ICMP_Echo_Reply   0

Definition at line 106 of file ICMPSocket.h.

#define ICMP_Information   15

Definition at line 113 of file ICMPSocket.h.

#define ICMP_Information_Reply   16

Definition at line 114 of file ICMPSocket.h.

#define ICMP_Information_SIZE   8

Definition at line 116 of file ICMPSocket.h.

#define ICMP_Parameter   12

Definition at line 89 of file ICMPSocket.h.

#define ICMP_Parameter_ERROR   0

Definition at line 91 of file ICMPSocket.h.

#define ICMP_Quench   4

Definition at line 94 of file ICMPSocket.h.

#define ICMP_Redirect   5

Definition at line 97 of file ICMPSocket.h.

#define ICMP_Redirect_HOST   1

Definition at line 100 of file ICMPSocket.h.

#define ICMP_Redirect_NETWORK   0

Definition at line 99 of file ICMPSocket.h.

#define ICMP_Redirect_SERVICE_HOST   3

Definition at line 102 of file ICMPSocket.h.

#define ICMP_Redirect_SERVICE_NETWORK   2

Definition at line 101 of file ICMPSocket.h.

#define ICMP_Time   11

Definition at line 83 of file ICMPSocket.h.

#define ICMP_Time_FRAGMENT   1

Definition at line 86 of file ICMPSocket.h.

#define ICMP_Time_TRANSIT   0

Definition at line 85 of file ICMPSocket.h.

#define ICMP_Timestamp   13

Definition at line 109 of file ICMPSocket.h.

#define ICMP_Timestamp_Reply   14

Definition at line 110 of file ICMPSocket.h.

#define ICMP_Unreachable   3

Definition at line 72 of file ICMPSocket.h.

#define ICMP_Unreachable_FRAGMENTATION   4

Definition at line 79 of file ICMPSocket.h.

#define ICMP_Unreachable_HOST   1

Definition at line 76 of file ICMPSocket.h.

#define ICMP_Unreachable_NET   0

Definition at line 75 of file ICMPSocket.h.

#define ICMP_Unreachable_PORT   3

Definition at line 78 of file ICMPSocket.h.

#define ICMP_Unreachable_PROTOCOL   2

Definition at line 77 of file ICMPSocket.h.

#define ICMP_Unreachable_SIZE   8

Definition at line 73 of file ICMPSocket.h.

#define ICMP_Unreachable_SOURCE   5

Definition at line 80 of file ICMPSocket.h.

#define ICMPHeaderLength   sizeof(ICMPHeader)

Definition at line 66 of file ICMPSocket.h.


Typedef Documentation

typedef KOMODIA_NAMESPACE_START struct _ICMPHeader ICMPHeader

typedef ICMPHeader FAR* LPICMPHeader

Definition at line 64 of file ICMPSocket.h.