Home » Questions » Computers [ Ask a new question ]

How can I monitor the traffic on a single port?

How can I monitor the traffic on a single port?

I am developing a python messenger client but I feel this is more targeted to superuser than StackOverflow. My server application seems not to get the data sent from time to time, so I want to see what exactly is being sent each time over a specific port such as 42222. I tried wireshark but I am having trouble filtering data on this port specifically.

Asked by: Guest | Views: 282
Total answers/comments: 1
bert [Entry]

"Your WireShark solution will work, you just need to use the correct filter:

port 42222

You may want to read the WireShark wiki on capture filters, there is an abundance of useful filters you can use."