mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Better appticket format. Thanks Nemirtingas.
This commit is contained in:
parent
c22b3cd3d3
commit
0c16f1942a
3 changed files with 355 additions and 10 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue