user3565671
user3565671

Reputation: 31

WireShark messages

I Wrote an application in vs2012 in python and I want to see the messages that are being sent and recieved to the application. When I open wireshark I see a lot of messages go through. Is there a way to focus wireshark on only my application? Thank you!

Upvotes: 1

Views: 167

Answers (1)

Evan
Evan

Reputation: 6545

If you know the port number used by the application you can filter by that port by putting tcp.port == 1234 in the filter toolbar.

Upvotes: 1

Related Questions