OLD | NEW |
1 [dist4]message_header // num_bytes | 1 [dist4]message_header // num_bytes |
2 [u4]0 // version | 2 [u4]0 // version |
3 [u4]0 // interface ID | 3 [u4]0 // interface ID |
4 [u4]4 // name | 4 [u4]4 // name |
5 [u4]0 // flags | 5 [u4]0 // flags |
6 [u4]0 // padding | 6 [u4]0 // padding |
7 [anchr]message_header | 7 [anchr]message_header |
8 | 8 |
9 [dist4]method4_params // num_bytes: Larger than what we know is okay. | 9 [dist4]method4_params // num_bytes: Larger than what we know is okay. |
10 [u4]3 // version: Larger than what we know is okay. | 10 [u4]3 // version: Larger than what we know is okay. |
(...skipping 14 matching lines...) Expand all Loading... |
25 0 1 2 | 25 0 1 2 |
26 [anchr]array_member | 26 [anchr]array_member |
27 | 27 |
28 [u4]0 [u1]0 // Padding to make the next array aligned properly. | 28 [u4]0 [u1]0 // Padding to make the next array aligned properly. |
29 | 29 |
30 [anchr]param1_ptr | 30 [anchr]param1_ptr |
31 [dist4]array_param // num_bytes | 31 [dist4]array_param // num_bytes |
32 [u4]10 // num_elements | 32 [u4]10 // num_elements |
33 0 1 2 3 4 5 6 7 8 9 | 33 0 1 2 3 4 5 6 7 8 9 |
34 [anchr]array_param | 34 [anchr]array_param |
OLD | NEW |