I’ve had one thread post and four e-mails that are soooooo close to the right answer. Here’s one last clue to hopefully get folks over the final hurdle.
I mentioned the helpful tshark command. Here’s the output:
C:\testing>tshark -n -r linux-syn.cap -T fields -e tcp.options
02:04:05:b4:04:02:08:0a:02:47:4a:a8:00:00:00:00:01:03:03:05
So what you have above is the TCP options section (byte 20 and higher) of the test packet. The Window Scale option is the last option in the list.
I know writing this filter is not easy. In fact that’s why I turned it into a challenge. It is possible however.
Related posts:


There has to be a better solution than just searching for the string 0×3,0×3. Seriously?