Add tests for packet decode/encode (and fix some bugs found by the tests!)

This commit is contained in:
Casper Warden
2017-12-20 17:07:10 +00:00
parent 231eff9e7f
commit 493b843b4d
316 changed files with 7809 additions and 238 deletions

View File

@@ -0,0 +1,26 @@
{
"sentAcks": [
1892
],
"receivedAcks": [],
"packet": {
"packetFlags": 64,
"sequenceNumber": 1892,
"extraHeader": {
"type": "Buffer",
"data": []
},
"message": {
"name": "OnlineNotification",
"messageFlags": 36,
"id": 4294902082,
"AgentBlock": [
{
"AgentID": {
"mUUID": "d1cd5b71-6209-4595-9bf0-771bf689ce00"
}
}
]
}
}
}