While attending your
SharkFest presentation on the 13th I was triggered by one remark on the TCP MSS option. This option was laking in one of the traces, resulting in reduced bandwidth of the connection. Wireshark isn’t pointing you to this fact, while it easily could. It knows that it’s a SYN packet, so while dissecting the options it can raise a flag when the MSS option is missing.
When we briefly talked over lunch you agreed this would be a relevant addition, so I went ahead and created this
change. It does add two things, 1: an expert item to the TCP options when the SYN packet lacks an MSS option, and 2: an expert item to the TCP MSS option when it appears in a non-SYN packet. It should appear in the next release of Wireshark (v3.2).