If you have a problem where TCP connections fail or are timing out, and you don't know the source port, you can use Wiresharks statistics menu to quickly identify the suspiciously "short" TCP streams. After loading up your capture, select "statistics" from the top level menu then "conversations". Click the "TCP" tab and you'll be able to sort by number of packets or bytes in the TCP conversation. Once you have your list of streams with a low # of bytes or packets, you can right-click the row and apply as a filter to your normal capture window. Don't be too discriminating about the streams you look deeper into via the filtered window! Because of retransmits, the conversation view may show 3 or 4 packets, and hundreds of bytes, for a single retransmitted SYN! Speaking of retransmits, another trick for debugging connection problems is directly looking for connection attempts that lead to retransmits. This i...