Timing is Everything

Description

Timing is Everything

Timing is everything....

Author: r0m

timingiseverything.pcaparrow-up-right

Solution

The given PCAP only has ping requests

Timing is Everything

I used tshark to extract data about PCAP. JSON format shows more data so it's good to take a look

Because of description I focused on time that frames were sent

During my test stage I was trying to see if time difference had to do anything with chars

On first try I converted rounded numbers (to lowest) to respective characters. Then I checked order of flag characters and if you notice the numbers are rounded to the closest numbers.

Solve script:

circle-check

Last updated