NetSim Source Code Help v14.4
All 13 Components
 
Loading...
Searching...
No Matches
stru_VPN_Packet Struct Reference

#include <VPN.h>

Collaboration diagram for stru_VPN_Packet:

Data Fields

NETSIM_IPAddress sourceIP
 Original source.
 
NETSIM_IPAddress destIP
 Original destination.
 
void * ipVar
 Original IP header.
 
PACKET_TYPE nPacketType
 Original packet type.
 
unsigned int nControlPacketType
 Original control packet type.
 

Detailed Description

Structure to store the VPN packet.

Definition at line 22 of file VPN.h.

Field Documentation

◆ destIP

NETSIM_IPAddress stru_VPN_Packet::destIP

Original destination.

Definition at line 25 of file VPN.h.

◆ ipVar

void* stru_VPN_Packet::ipVar

Original IP header.

Definition at line 26 of file VPN.h.

◆ nControlPacketType

unsigned int stru_VPN_Packet::nControlPacketType

Original control packet type.

Definition at line 28 of file VPN.h.

◆ nPacketType

PACKET_TYPE stru_VPN_Packet::nPacketType

Original packet type.

Definition at line 27 of file VPN.h.

◆ sourceIP

NETSIM_IPAddress stru_VPN_Packet::sourceIP

Original source.

Definition at line 24 of file VPN.h.


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