I have an application, which goes and hit an Web Service and displays the data.
The port to which the application establishes a TCP connection I discovered by using the lsof
command.
But I'm not sure how to capture packets destined for that port to see what all data the application sends and receives.