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


UnixTypes.h File Reference

Go to the source code of this file.


Defines

#define TRUE   1
#define FALSE   0
#define NULL   0

Typedefs

typedef int BOOL
typedef unsigned long DWORD
typedef void * LPVOID
typedef char * LPSTR
typedef const char * LPCSTR

Define Documentation

#define FALSE   0

Definition at line 11 of file UnixTypes.h.

#define NULL   0

Definition at line 12 of file UnixTypes.h.

#define TRUE   1

Definition at line 10 of file UnixTypes.h.


Typedef Documentation

typedef int BOOL

Definition at line 4 of file UnixTypes.h.

typedef unsigned long DWORD

Definition at line 5 of file UnixTypes.h.

typedef const char* LPCSTR

Definition at line 8 of file UnixTypes.h.

typedef char* LPSTR

Definition at line 7 of file UnixTypes.h.

typedef void* LPVOID

Definition at line 6 of file UnixTypes.h.