mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-23 19:59:21 +03:00
v4.14-9529-beta
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user