I have recorded a wireshark trace and visited some websites. I exported the trace as a CSV file. How can I see the number of embedded objects in each of the sites I visited? Thanks.
Asked
Active
Viewed 789 times
0
-
1In wire shark [export objects http](https://www.wireshark.org/docs/wsug_html_chunked/ChIOExportSection.html#ChIOExportObjectsDialog) maybe? In general a protocol specific tool such as the developer tools for your web browser or something like Fiddler that tracks requests is a much more user friendly and efficient way to analyze your own web traffic than a packet filter. – HBruijn Feb 12 '16 at 06:19
1 Answers
0
HTTP Requests by HTTP Host
Go to Statistics - HTTP
Select Requests
Hit Create Stat.
You can apply a display filter, for instance:
http.host == "www.lovemytool.com"