TCPView only counting 1/2 the traffic?

Steve Valliere 116 Reputation points
2021-02-18T16:47:11.697+00:00

I have two programs in the same computer using TCP to exchange data. My TCPView is v3.05, downloaded and installed today on my Win 10 Pro system.

The server side is listening on port 16406 and the client connected from port 53629 (this time) and I can see both connections in TCPView just fine.

When I suspend one program in the VS2019 debugger, TCPView shows the OTHER program as still sending data (keep alives) and the program suspended at a debugger breakpoint as receiving exactly the same amount of data. All good so far.

But when I resume the suspended program, TCPView is now showing the debugged program as both sending and receiving data, as expected. HOWEVER... TCPView is showing that the other program is neither sending nor receiving ANY data! This is incorrect as I can see the data being displayed in the program's window.

How can this be?

Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,271 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sunny Qi 10,896 Reputation points Microsoft Vendor
    2021-02-19T07:55:09.77+00:00

    Hi,

    Thanks for posting in Q&A platform.

    First, I would suggest you could run the following command in Command Prompt to see if the connection has been established between server and client:

    netstat -a

    If the TCPView cannot capture the traffic between server and client after resume the suspended program, I would suggest you could use Network Monitor to capture corresponded traffic to see if the issue is more related to program itself or related to TCPView tool. And normally, in order to monitor and collect network trace, we prefer to use this tool.

    For more details regarding of how to download and use the Network Monitor tool, please refer to the following link.

    Collect data using Network Monitor

    Best Regards,
    Sunny

    ----------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.