Remove packet sprayer

This was an analysis dead end that should not have been checked in.
This commit is contained in:
Tau
2019-04-16 10:19:24 -04:00
parent ec1ccb7f7a
commit bef0cc7fc9

View File

@@ -6,9 +6,5 @@ export function loadTopTen(res: LoadTopTenResponse): Buffer {
buf.writeUInt16LE(0x00b6, 0x0000);
// in awe of the size of this lad too
for (let i = 0x0002; i < 0x1720; i += 2) {
buf.writeUInt16LE(i & 0xff, i);
}
return buf;
}