This command compares “Packet1” with
“Packet2”.
The following information is considered: Client from, instance, operation, clock, used size, contents of packet up to used size.
long long int Packet1: This is the packet to compare with packet 2.
long long int Packet2: This is the packet to compare with packet 1.
1 if the two packets are the same.
0 if the two packets are different.
-1 if an error occurred.
C++
DBP
.Net