Closed matttbe closed 2 months ago
@matttbe Thanks for your suggestion! I'll check the output of tcpdump. You can use -v --oneline
as workaround before I finished it.
Thank you for your reply!
You can use
-v --oneline
as workaround before I finished it.
Thanks, that's helping indeed!
Instead of displaying the TCP options only when -v
or something else is passed, it might be interesting to display just the option type, without the details, in the default view, e.g. TS
in data packages. In the SYNs, I think it is still important to show what is being negotiated (MSS, SACK, MPTCP, etc.), but that's maybe because I'm mostly interested in the TCP packets :)
Hello,
Since #67, the TCP options are no longer displayed by default.
These TCP options can be very useful. Using
-v
shows them, but then 2 more lines about processes are also printed, which makes the analysis harder.Could it eventually possible to have a new dedicated option to display only the TCP options, similar to what TCPDump prints by default?