when one visit any website by typing an url,say google.com then source send request to various product of google.com also (example www.gstatic.com or accounts.l.google.com or clients.l.google.com ) and this request is being capture by wireshark i want to remove/filter all the packets containing url(like www.gstatic.com or accounts.l.google.com or clients.l.google.com ) of the product and only wants packets containing the url one have visited(typed) i.e google.com is it possible to do this with wireshark??? if yes ,then what is the filter to apply please help... thank you asked 11 Apr '14, 07:15 Deepak1991 |
One Answer:
Use the below display filter and change the site name as needed:
answered 11 Apr '14, 13:15 Roland |