I am new to wirehark and the network as a whole, but I monitor the traffic of my application and I can filter it so that I can see when it is actively transferring the data that it should use with the server, and wirehark shows this:
protocol = TCP length = 54 info = 56705 > ms-wbt-server [ACK] Seq=1 Ack=61 Win=252 Len=0
every second is launched from my application to my application server. Why does my application keep sending these packets every second?
This is a C # .net application if it has any help.
0xor1 source share