0

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.

Daniel Kobe
  • 313
  • 2
  • 3
  • 8
  • 1
    In 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 Answers1

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"