Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cedar/Logging.h')
-rw-r--r--src/Cedar/Logging.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Cedar/Logging.h b/src/Cedar/Logging.h
index 9ccc6b60..6924a232 100644
--- a/src/Cedar/Logging.h
+++ b/src/Cedar/Logging.h
@@ -130,6 +130,9 @@ struct PACKET_LOG
struct PKT *Packet;
char *SrcSessionName;
char *DestSessionName;
+ bool WritePhysicalIP;
+ char SrcPhysicalIP[64];
+ char DestPhysicalIP[64];
bool PurePacket; // Packet not cloned
bool PurePacketNoPayload; // Packet not cloned (without payload)
SESSION *SrcSession;