Thursday, 20 November 2014

capturing Network Packets using Wireshark | Wireshark capture on Specific Port

We can capture traffic of Specific port using wireshark Here is the Filter that we need to Use.

tcp.port eq 5061
Above i am trying to capture data through port number 5061 and protocal is TCP 

No comments:

Post a Comment