This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

session in http

0

when I open a web page X and it has many links to other servers in it. How can I distinguish different request packet which goes to X from the one that goes to links?Can I track it in Wireshark?

asked 22 Feb '11, 15:30

A%20B's gravatar image

A B
1101012
accept rate: 0%


One Answer:

0

You can look at the Host header (display filter field: http.host).

answered 22 Feb '11, 22:09

Jaap's gravatar image

Jaap ♦
11.7k16101
accept rate: 14%

Can you explain more please?If in 2 tabs I open 2 websites and run Wireshark how can I distinguish different request packets between 2 web sites?

(23 Feb '11, 08:48) A B

"Answer" converted to a comment in keeping with the philosophy of ask.wireshark.org. Please see the FAQ

(23 Feb '11, 13:24) Bill Meier ♦♦