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:

 { 
    0xf345d288,
    0x21e2,
    0x441d,
    {0xa7, 0xd1, 0xeb, 0x4c, 0x6e, 0x00, 0x1e, 0x31}
}

Definition at line 37 of file lspguid.cpp.