Packet analyzer specializing in TCP analysis.
We cannot investigate a network trouble packets without analyzing packets.
However, even with Wireshark, it requires craftsmanship and experience to analyze large amount and more comprex TCP streams.
This utility graphically displays the packet flow on a TCP stream. Thereby, it easy for anyone to understand the end-to-end data flow.
I'm sure that TcpShark help your troubleshooting as a complementary utility to Wireshark.
Features
Installation
$ wget https://raw.githubusercontent.com/manabapp/TcpShark/main/tcpshark Or $ curl -o tcpshark https://raw.githubusercontent.com/manabapp/TcpShark/main/tcpshark
$ chmod 0755 tcpshark
export TCPSHARK_APPEARANCE=Dark
export TCPSHARK_TSHARK_COMMAND="/cygdrive/c/Program Files/Wireshark/tshark.exe"
Examples
TcpShark runs on terminal in Linux/Solaris/macOS/Windows.