Better appticket format. Thanks Nemirtingas.

This commit is contained in:
Mr_Goldberg 2022-08-11 20:50:51 -04:00
parent c22b3cd3d3
commit 0c16f1942a
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
3 changed files with 355 additions and 10 deletions

View file

@ -235,3 +235,13 @@ message Common_Message {
uint32 source_ip = 128;
uint32 source_port = 129;
}
//Non networking related protobufs
message SteamAppTicket_pb {
uint32 ticket_version_no = 1;
uint32 crc_encryptedticket = 2;
uint32 cb_encrypteduserdata = 3;
uint32 cb_encrypted_appownershipticket = 4;
bytes encrypted_ticket = 5;
}