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


TCPPortScannerStealth.cpp File Reference

#include "stdafx.h"
#include "TCPPortScannerStealth.h"
#include "ErrorHandlerMacros.h"
#include "GenericCriticalSection.h"
#include "OSManager.h"
#include <vector>

Include dependency graph for TCPPortScannerStealth.cpp:

Go to the source code of this file.


Defines

#define CSniffingSocket_Class   "CSniffingSocket"
#define CTCPPortScannerStealth_Class   "CTCPPortScannerStealth"
#define SCAN_TIMEOUT   5000

Define Documentation

#define CSniffingSocket_Class   "CSniffingSocket"

Definition at line 55 of file TCPPortScannerStealth.cpp.

#define CTCPPortScannerStealth_Class   "CTCPPortScannerStealth"

Definition at line 163 of file TCPPortScannerStealth.cpp.

#define SCAN_TIMEOUT   5000

Definition at line 166 of file TCPPortScannerStealth.cpp.