Skip to content

Commit

Permalink
1 files | M csgo/usermessages.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
SteamDB-Tracker committed Oct 10, 2023
1 parent 908ae83 commit 0f463fc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions csgo/usermessages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -634,13 +634,21 @@ message CUserMessage_DllStatus {
optional string string_value = 4;
}

message CModule {
optional uint64 base_addr = 1;
optional string name = 2;
optional uint32 size = 3;
optional uint32 timestamp = 4;
}

optional string file_report = 1;
optional string command_line = 2;
optional uint32 total_files = 3;
optional uint32 process_id = 4;
optional int32 osversion = 5;
optional uint64 client_time = 6;
repeated .CUserMessage_DllStatus.CVDiagnostic diagnostics = 7;
repeated .CUserMessage_DllStatus.CModule modules = 8;
}

message CUserMessageRequestInventory {
Expand Down Expand Up @@ -705,6 +713,8 @@ message CUserMessage_Diagnostic_Response {
optional int64 base = 6;
optional int64 range = 7;
optional int32 type = 8;
optional string name = 10;
optional string alias = 11;
}

repeated .CUserMessage_Diagnostic_Response.Diagnostic diagnostics = 1;
Expand Down

0 comments on commit 0f463fc

Please sign in to comment.