Skip to content
Commit 6dafbd9f authored by Ian Bruene's avatar Ian Bruene
Browse files

Fixed scrambled data storage in SyncPacket()

Previously SyncPacket would take data and store it in self.data, which
would only ever be used by analyze. Then analyze() would parse self.data
leaving cruft behind in self.extension. flatten() encoded the header and
tacked on self.extension. The result is that a packet could not be encoded
and decoded losslessly.
parent 794b694e
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment