The [N] sends this packet with a Rand field containing random content.
// DP2P invite packet.
typedef struct
{
uns8 Header[3]; // 0x000001
uns8 NADR;
uns8 Rand[12];
} STRUCTATTR TDP2Invite;