so more results of packet reverse engeneering
This commit is contained in:
parent
967a3038f3
commit
ed87648312
3 changed files with 20 additions and 7 deletions
|
|
@ -79,7 +79,7 @@ void Packet::parse(bytes data) {
|
|||
pull(body, i, d.type);
|
||||
pull(body, i, d.len);
|
||||
pull(body, i, d.value, d.len);
|
||||
payload[d.type] = d;
|
||||
payload = d;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue