-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
First of all, thanks for the very detailed write up for such a newbie like me.
However, the solution code provided in you writeup has a minor but vital problem is that when you read the data you dump from relevant.pcapng and you split the data by \n
, the length of this new data variable is not 1992 but 1993, including a null bytes at the end, and this will occur the shuffle result is not the same as original author.
The correct order is [1570, 1152, 1044, 1076, 1344,...] but yours is [1705, 1363, 1044, 1076, 1345, 782,...]. Maybe you can patch this error if you can. But still, thanks a lot for these everything.
Hope you have a good day.
Metadata
Metadata
Assignees
Labels
No labels