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


lspguid.cpp File Reference

#include "lspdef.h"
#include <windows.h>

Include dependency graph for lspguid.cpp:

Go to the source code of this file.


Functions

void WSPAPI GetLspGuid (LPGUID lpGuid)

Variables

GUID gProviderGuid

Function Documentation

void WSPAPI GetLspGuid ( LPGUID  lpGuid  ) 

Definition at line 57 of file lspguid.cpp.

00060 {
00061     memcpy( lpGuid, &gProviderGuid, sizeof( GUID ) );
00062 }


Variable Documentation

Initial value:

 { 
    0xc5fabbd0,
    0x9736,
    0x11d1,
    {0x93, 0x7f, 0x00, 0xc0, 0x4f, 0xad, 0x86, 0x0d}
}

Definition at line 37 of file lspguid.cpp.