wireshark filter by flags code example
Example 1: filter wireshark by destination ip
// Filter sender ip:
ip.src == (IP Adress)
// Filter destination ip:
ip.dst == (IP Adress)
Example 2: wireshark filter by url
http.host==exact.name.here
http.host contains partial.name.here