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


_UDPHeader Struct Reference

#include <UDPSocket.h>

Collaboration diagram for _UDPHeader:

List of all members.


Public Attributes

unsigned short usSourcePort
unsigned short usDestinationPort
unsigned short usLength
unsigned short usChecksum

Detailed Description

Definition at line 47 of file UDPSocket.h.


Member Data Documentation

unsigned short _UDPHeader::usChecksum

Definition at line 52 of file UDPSocket.h.

Definition at line 50 of file UDPSocket.h.

unsigned short _UDPHeader::usLength

Definition at line 51 of file UDPSocket.h.

unsigned short _UDPHeader::usSourcePort

Definition at line 49 of file UDPSocket.h.


The documentation for this struct was generated from the following file: