so more results of packet reverse engeneering

This commit is contained in:
j3d1 2015-11-01 23:03:51 +01:00
parent 967a3038f3
commit ed87648312
3 changed files with 20 additions and 7 deletions

View file

@ -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;
}
}