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:
authordnobori <da.git@softether.co.jp>2015-02-02 12:54:00 +0300
committerdnobori <da.git@softether.co.jp>2015-02-02 12:54:00 +0300
commit64fd19e6f849247e3daee765ad278c6bf072afcb (patch)
treefd2c79c291d026371fd6c3ad7b10d4c2bbaf0584 /src/Cedar/Logging.h
parent3305046721262623b768f8f31dc027672a9b29e0 (diff)
v4.14-9529-beta
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;