Link to home
Start Free TrialLog in
Avatar of Mohit Vijay
Mohit VijayFlag for India

asked on

How to use WireShark

Hi,

I want to check the total time in sending and receiving the request from below line using WirteShark
(HttpWebResponse)webrequest.GetResponse();

How to do that?

Lets assume I am using a url to get response: http://195.187.1.23/MyHello.html
My machine IP address is: 198.175.32.204
ASKER CERTIFIED SOLUTION
Avatar of Kumaraswamy R
Kumaraswamy R
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If you right click on the first packet in the stream and choose conservation filter then TCP it will apply a display filter of just that data if that helps narrow it down for you.
Avatar of Mohit Vijay

ASKER

Thanks all now I am able to check and understand the WireShark logs