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.
|
feedback
|
|
Your WireShark solution will work, you just need to use the correct filter:
You may want to read the WireShark wiki on capture filters, there is an abundance of useful filters you can use. | |||||
feedback
|
|
Download and run Nirsoft's SmartSniff (it's 'portable', so no installation required), press CTRL + F8 to open the Filter and enter the folowing line:
now adjust the Options (e.g. Display Capture Time, Display Outgoing Data, etc.) to your likings. you may create a HTML report from the View menu. | |||
|
feedback
|