diff --git a/openvpn-wire-protocol.xml b/openvpn-wire-protocol.xml index 6d21f1a..b5ad5e5 100644 --- a/openvpn-wire-protocol.xml +++ b/openvpn-wire-protocol.xml @@ -308,9 +308,10 @@ struct replay_packet_id_packet { more significant bytes. To turn this structure into a 64bit counter, the timestamp represent the upper 32 bit while the packet_id represents the lower 32 bits. - (timestamp << 32) | packet_id + (timestamp << 32) | packet_id +
@@ -2003,7 +2004,6 @@ INFO,EXTRA file. Implementations SHOULD be able to handle different number of bytes per line when parsing the file. -