mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-12-17 07:31:37 +03:00
spelling: assemble
This commit is contained in:
@ -1095,7 +1095,7 @@ BUF *BuildICMPv6(IPV6_ADDR *src_ip, IPV6_ADDR *dest_ip, UCHAR hop_limit, UCHAR t
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Assembe the header
|
// Assemble the header
|
||||||
icmp = ZeroMalloc(sizeof(ICMP_HEADER) + size);
|
icmp = ZeroMalloc(sizeof(ICMP_HEADER) + size);
|
||||||
data_buf = ((UCHAR *)icmp) + sizeof(ICMP_HEADER);
|
data_buf = ((UCHAR *)icmp) + sizeof(ICMP_HEADER);
|
||||||
Copy(data_buf, data, size);
|
Copy(data_buf, data, size);
|
||||||
|
|||||||
Reference in New Issue
Block a user